vcpkg/ports/embree3/vcpkg.json
Jack·Boos·Yu eff6f06b3e
[embree3] Update to 3.12.2 and add features (#17925)
* [embree3] Update to 3.12.2 and add features

* update version record

* Update ports/embree3/portfile.cmake

* revert patch EOL, add keyword FEATURES

* Update versions/e-/embree3.json
2021-05-18 00:50:59 -07:00

33 lines
601 B
JSON

{
"name": "embree3",
"version": "3.12.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."
}
}
}