vcpkg/ports/vsg/vcpkg.json
Lily Wang b33cf57de8
[vsg] Fix build error when the Vulkan component glslangValidator is already installed (#31843)
* [vsg] Fix build error when the Vulkan component glslangValidator is already installed

* update version
2023-06-07 09:43:34 -07:00

21 lines
417 B
JSON

{
"name": "vsg",
"version": "1.0.5",
"port-version": 1,
"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"
]
}