mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 16:21:47 +08:00
26 lines
474 B
JSON
26 lines
474 B
JSON
|
{
|
||
|
"name": "vsgimgui",
|
||
|
"version": "0.1.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"
|
||
|
]
|
||
|
}
|