aboutsummaryrefslogtreecommitdiff
path: root/ports/imgui/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'ports/imgui/vcpkg.json')
-rw-r--r--ports/imgui/vcpkg.json19
1 files changed, 17 insertions, 2 deletions
diff --git a/ports/imgui/vcpkg.json b/ports/imgui/vcpkg.json
index c41b330b9..c92687595 100644
--- a/ports/imgui/vcpkg.json
+++ b/ports/imgui/vcpkg.json
@@ -1,9 +1,18 @@
{
"name": "imgui",
- "version": "1.84.2",
- "port-version": 1,
+ "version": "1.85",
"description": "Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies.",
"homepage": "https://github.com/ocornut/imgui",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
"features": {
"allegro5-binding": {
"description": "Make available Allegro5 binding",
@@ -68,6 +77,12 @@
"sdl2"
]
},
+ "sdl2-renderer-binding": {
+ "description": "Make available SDL2 Renderer binding",
+ "dependencies": [
+ "sdl2"
+ ]
+ },
"vulkan-binding": {
"description": "Make available Vulkan binding",
"dependencies": [