[anari] Disable Helide device. (#33616)

This commit is contained in:
Ali Can Demiralp 2023-09-07 00:33:34 +02:00 committed by GitHub
parent 8413fd7fc2
commit 6f8eef29c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 1 deletions

View File

@ -15,6 +15,7 @@ vcpkg_cmake_configure(
OPTIONS
-DBUILD_CTS=OFF
-DBUILD_EXAMPLES=OFF
-DBUILD_HELIDE_DEVICE=OFF
-DBUILD_TESTING=OFF
-DBUILD_VIEWER=OFF
)

View File

@ -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",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bb2704cfb92a03677f5d7dfbf1d81f1d924accd3",
"version": "0.7.0",
"port-version": 1
},
{
"git-tree": "cf756ca650e9d72324024441ad48b760fb587f86",
"version": "0.7.0",

View File

@ -118,7 +118,7 @@
},
"anari": {
"baseline": "0.7.0",
"port-version": 0
"port-version": 1
},
"anax": {
"baseline": "2.1.0",