vcpkg/ports/vsg/vcpkg.json
Glenn 1b6d94e0d3
[vsg] Update the glslang minimum required version to 15 (#42294)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2024-11-26 18:24:10 -08:00

25 lines
498 B
JSON

{
"name": "vsg",
"version": "1.1.7",
"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",
{
"name": "xcb",
"platform": "!(android | windows | osx)"
}
]
}