vcpkg/ports/vsgimgui/vcpkg.json
Connor Broyles 11e79b1072
[vsgimgui] New port (#33276)
* [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>
2024-01-24 16:19:51 -08:00

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"
]
}