From 7511161a665917ee3835bd7a0133d714a8b2b094 Mon Sep 17 00:00:00 2001 From: Patrick Dawson Date: Sun, 9 Jun 2024 00:01:24 +0200 Subject: [PATCH] Update to ImGui 1.90.8 --- Dear ImGui for Godot Demo.csproj | 2 +- doc/examples/GDExt/CMakeLists.txt | 2 +- doc/examples/GDExt/SConstruct | 2 +- doc/examples/Module/README.md | 2 +- doc/examples/ToolCSharp/ToolCSharp.csproj | 2 +- gdext/imgui | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dear ImGui for Godot Demo.csproj b/Dear ImGui for Godot Demo.csproj index bd1a09e..e3536b0 100644 --- a/Dear ImGui for Godot Demo.csproj +++ b/Dear ImGui for Godot Demo.csproj @@ -11,7 +11,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/doc/examples/GDExt/CMakeLists.txt b/doc/examples/GDExt/CMakeLists.txt index 16c254e..859aa20 100644 --- a/doc/examples/GDExt/CMakeLists.txt +++ b/doc/examples/GDExt/CMakeLists.txt @@ -17,7 +17,7 @@ FetchContent_MakeAvailable(godot-cpp) FetchContent_Declare( imgui GIT_REPOSITORY https://github.com/ocornut/imgui - GIT_TAG v1.90.7-docking + GIT_TAG v1.90.8-docking ) FetchContent_MakeAvailable(imgui) diff --git a/doc/examples/GDExt/SConstruct b/doc/examples/GDExt/SConstruct index 2651513..1270b0e 100644 --- a/doc/examples/GDExt/SConstruct +++ b/doc/examples/GDExt/SConstruct @@ -1,7 +1,7 @@ #!/usr/bin/env python IMGUI_GODOT_INCLUDE = "../../../addons/imgui-godot/include" -IMGUI_TAG = "v1.90.7-docking" +IMGUI_TAG = "v1.90.8-docking" import os import subprocess diff --git a/doc/examples/Module/README.md b/doc/examples/Module/README.md index ff9749d..cd208d5 100644 --- a/doc/examples/Module/README.md +++ b/doc/examples/Module/README.md @@ -2,7 +2,7 @@ Run, for example: ``` git clone https://github.com/ocornut/imgui -git -C imgui checkout v1.90.7-docking +git -C imgui checkout v1.90.8-docking git clone https://github.com/godotengine/godot cd godot scons custom_modules=../modules diff --git a/doc/examples/ToolCSharp/ToolCSharp.csproj b/doc/examples/ToolCSharp/ToolCSharp.csproj index e1c2b8c..5d2f2f6 100644 --- a/doc/examples/ToolCSharp/ToolCSharp.csproj +++ b/doc/examples/ToolCSharp/ToolCSharp.csproj @@ -5,6 +5,6 @@ True - + diff --git a/gdext/imgui b/gdext/imgui index 2db79d0..6d948ab 160000 --- a/gdext/imgui +++ b/gdext/imgui @@ -1 +1 @@ -Subproject commit 2db79d0868f7b02d26f7557a72504a0b6f844937 +Subproject commit 6d948ab47ecf984239af01434f3ed03808dbf188