vcpkg/ports/vsgimgui/vcpkg.json

26 lines
474 B
JSON
Raw Normal View History

{
"name": "vsgimgui",
"version": "0.3.0",
"description": "Library that integrates VulkanSceneGraph with Dear ImGui & ImPlot.",
"homepage": "https://github.com/vsg-dev/vsgImGui",
"license": "MIT",
"dependencies": [
{
"name": "imgui",
"features": [
"vulkan-binding"
]
},
"implot",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"vsg"
]
}