vcpkg/ports/vsg/vcpkg.json

24 lines
477 B
JSON
Raw Normal View History

{
"name": "vsg",
2024-08-06 15:35:11 +08:00
"version": "1.1.7",
"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)"
}
]
}