mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 06:49:02 +08:00
61f14c4a4e
* [vsg] Update to v1.0.6 * Fix library visibility * Find glslang
20 lines
396 B
JSON
20 lines
396 B
JSON
{
|
|
"name": "vsg",
|
|
"version": "1.0.6",
|
|
"description": "A modern, cross platform, high performance scene graph library built upon Vulkan.",
|
|
"homepage": "http://www.vulkanscenegraph.org/",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"glslang",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"vulkan"
|
|
]
|
|
}
|