26 lines
474 B
JSON
26 lines
474 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|