Skip to content

Commit

Permalink
Update to ImGui 1.90.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Jun 8, 2024
1 parent 4038e58 commit 7511161
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dear ImGui for Godot Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<EmbeddedResource Remove="doc\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ImGui.NET" Version="1.90.7.1" />
<PackageReference Include="ImGui.NET" Version="1.90.8.1" />
<PackageReference Include="Roslynator.Analyzers" Version="4.12.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/GDExt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion doc/examples/GDExt/SConstruct
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/Module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/ToolCSharp/ToolCSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ImGui.NET" Version="1.90.7.1" />
<PackageReference Include="ImGui.NET" Version="1.90.8.1" />
</ItemGroup>
</Project>

0 comments on commit 7511161

Please sign in to comment.