vcpkg/ports/vsg/vcpkg.json

20 lines
396 B
JSON
Raw Normal View History

{
"name": "vsg",
2023-09-14 06:36:16 +08:00
"version": "1.0.9",
"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"
]
}