Files
imgui-godot/doc/cpp-demo/vcpkg.json
Patrick Dawson 2ebac092fe WIP C++ example
2022-11-23 06:15:09 +01:00

21 lines
415 B
JSON

{
"dependencies": [
{
"name": "imgui",
"features": [
"docking-experimental",
"freetype"
]
},
"implot",
"imguizmo",
"gtest"
],
"builtin-baseline": "6f7ffeb18f99796233b958aaaf14ec7bd4fb64b2",
"overrides": [
{
"name": "imgui",
"version": "1.88"
}
]
}