yuzu/externals/vcpkg/ports/embree3/vcpkg.json

34 lines
629 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"name": "embree3",
"version-semver": "3.12.2",
"port-version": 2,
"description": "High Performance Ray Tracing Kernels.",
"homepage": "https://github.com/embree/embree",
"dependencies": [
"tbb"
],
"default-features": [
"avx",
"avx2",
"sse2",
"sse42"
],
"features": {
"avx": {
"description": "Enables AVX ISA."
},
"avx2": {
"description": "Enables AVX2 ISA."
},
"avx512": {
"description": "Enables AVX512 ISA."
},
"sse2": {
"description": "Enables SSE2 ISA."
},
"sse42": {
"description": "Enables SSE4.2 ISA."
}
}
}