mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[anari] Disable Helide device. (#33616)
This commit is contained in:
parent
8413fd7fc2
commit
6f8eef29c3
@ -15,6 +15,7 @@ vcpkg_cmake_configure(
|
||||
OPTIONS
|
||||
-DBUILD_CTS=OFF
|
||||
-DBUILD_EXAMPLES=OFF
|
||||
-DBUILD_HELIDE_DEVICE=OFF
|
||||
-DBUILD_TESTING=OFF
|
||||
-DBUILD_VIEWER=OFF
|
||||
)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "anari",
|
||||
"version": "0.7.0",
|
||||
"port-version": 1,
|
||||
"description": "Cross-Platform 3D Rendering Engine API.",
|
||||
"homepage": "https://www.khronos.org/anari",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "bb2704cfb92a03677f5d7dfbf1d81f1d924accd3",
|
||||
"version": "0.7.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "cf756ca650e9d72324024441ad48b760fb587f86",
|
||||
"version": "0.7.0",
|
||||
|
@ -118,7 +118,7 @@
|
||||
},
|
||||
"anari": {
|
||||
"baseline": "0.7.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"anax": {
|
||||
"baseline": "2.1.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user