aboutsummaryrefslogtreecommitdiff
path: root/ports/imgui/vcpkg.json
diff options
context:
space:
mode:
authorRémy Tassoux <contact@rt2.fr>2021-10-13 23:47:17 +0200
committerGitHub <noreply@github.com>2021-10-13 14:47:17 -0700
commitde256f1c2ece3675983576beec63243f8a8fcce7 (patch)
tree6578149c89c3b501a27a5e4f57f7d6ed6217a90e /ports/imgui/vcpkg.json
parent7ddad237bb158f79e7b2540f3b2a325f3c8ac365 (diff)
downloadvcpkg-de256f1c2ece3675983576beec63243f8a8fcce7.tar.gz
vcpkg-de256f1c2ece3675983576beec63243f8a8fcce7.zip
[imgui] Update to 1.85 (#20679)
* [imgui] Update to 1.85 * [imgui] Update version files * [imgui] Replace deprecated vcpkg functions * [imgui] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
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": [