mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 19:39:02 +08:00
11e79b1072
* [vsgimgui] New port * Fix indentation * Fix version * Remove files through portfile instead of patch * Update version * Add patch to remove font texture creation. The Vulkan backend now does this automatically. --------- Co-authored-by: Cheney-Wang <850426846@qq.com>
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"
|
|
]
|
|
}
|