vcpkg/ports/vsg/vcpkg.json
Connor Broyles d5952607f3
[vsg] New port (VulkanSceneGraph) (#31300)
* [vsg] New port (VulkanSceneGraph)

* [vsg] Fix deprecated function usage

* [vsg] Remove redundant linkage specification

* [vsg] Devendor glslang

* [vsg] Remove DISABLE_PARALLEL_CONFIGURE flag
2023-05-08 17:12:23 -07:00

20 lines
396 B
JSON

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