[anari] update to 0.10.0 (#41184)

Co-authored-by: Jon <v-zhli17@microsoft.com>
This commit is contained in:
JonLiu1993 2024-09-30 23:54:45 +08:00 committed by GitHub
parent 5a48614799
commit 00f2c41ce0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO KhronosGroup/ANARI-SDK REPO KhronosGroup/ANARI-SDK
REF "v${VERSION}" REF "v${VERSION}"
SHA512 51937d160a9508c56cf123eda13002c705acff501366710f83da1c62d875f8427cec27f10ea2d05f4637be141fb9a87935f4b0b9f0fabb6bd6a7cca6a4f48ee1 SHA512 cf2c2e044b04d695e0a6c6c1abfb3495ea0996a018742ad3a6baccc6e0e3e9b83cb91b61eda8cf07e8f67f4beba24d07d927697a27606ae008a85fee9fa64fa8
HEAD_REF main HEAD_REF main
) )

View File

@ -1,7 +1,6 @@
{ {
"name": "anari", "name": "anari",
"version": "0.7.0", "version": "0.10.0",
"port-version": 1,
"description": "Cross-Platform 3D Rendering Engine API.", "description": "Cross-Platform 3D Rendering Engine API.",
"homepage": "https://www.khronos.org/anari", "homepage": "https://www.khronos.org/anari",
"license": "Apache-2.0", "license": "Apache-2.0",

View File

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

View File

@ -121,8 +121,8 @@
"port-version": 0 "port-version": 0
}, },
"anari": { "anari": {
"baseline": "0.7.0", "baseline": "0.10.0",
"port-version": 1 "port-version": 0
}, },
"anax": { "anax": {
"baseline": "2.1.0", "baseline": "2.1.0",