mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
32 lines
773 B
JSON
32 lines
773 B
JSON
{
|
|
"name": "usd",
|
|
"version-string": "20.08",
|
|
"port-version": 4,
|
|
"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",
|
|
"license": null,
|
|
"supports": "!x86 & !arm",
|
|
"dependencies": [
|
|
"boost-assign",
|
|
"boost-crc",
|
|
"boost-date-time",
|
|
"boost-filesystem",
|
|
"boost-format",
|
|
"boost-multi-index",
|
|
"boost-program-options",
|
|
"boost-regex",
|
|
"boost-system",
|
|
"boost-vmd",
|
|
"tbb",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|