2021-09-09 16:24:04 +08:00
{
"name" : "usd" ,
2024-11-14 18:56:53 +08:00
"version" : "24.8" ,
2021-09-09 16:24:04 +08:00
"description" : "Universal Scene Description (USD) is an efficient, scalable system for authoring, reading, and streaming time-sampled scene description for interchange between graphics applications." ,
"homepage" : "https://github.com/PixarAnimationStudios/USD" ,
2022-10-06 05:59:14 +08:00
"license" : null ,
2023-06-06 05:01:15 +08:00
"supports" : "!x86 & !arm & !android" ,
2021-09-09 16:24:04 +08:00
"dependencies" : [
2024-11-14 18:56:53 +08:00
"opensubdiv" ,
2021-09-09 16:24:04 +08:00
"tbb" ,
2022-10-06 05:59:14 +08:00
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
} ,
2021-09-09 16:24:04 +08:00
"zlib"
2024-11-14 18:56:53 +08:00
] ,
"features" : {
"materialx" : {
"description" : "Enable MaterialX support" ,
"dependencies" : [
{
"name" : "materialx" ,
"features" : [
"glsl-generator" ,
"render"
]
}
]
} ,
"metal" : {
"description" : "Enable Metal based components" ,
"supports" : "osx"
} ,
"openimageio" : {
"description" : "Build OpenImageIO plugin" ,
"dependencies" : [
"openimageio"
]
} ,
"vulkan" : {
"description" : "Enable Vulkan based components" ,
"dependencies" : [
"opengl" ,
{
"name" : "opensubdiv" ,
"default-features" : false ,
"features" : [
"opengl"
]
} ,
"shaderc" ,
"spirv-reflect" ,
"vulkan" ,
"vulkan-memory-allocator"
]
}
}
2021-09-09 16:24:04 +08:00
}