Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 70a8702

Browse files
authoredAug 1, 2024··
upgrade to imgui 1.91.0 (#490)
* upgrade to imgui 1.91.0 as well as following changes - cleaned up Generated folder to ensure there is no legacy stuff - Moved ImGuiModFlags out of Generated since its not generated - added a new wellknown type that comes with this release i.e. ImGuiSelectionUserData * add .net6 back until we migrate to utf8 strings * release new version
1 parent 50d245f commit 70a8702

29 files changed

+4821
-2992
lines changed
 

‎deps/cimgui/linux-x64/cimgui.so

75.7 KB
Binary file not shown.

‎deps/cimgui/osx/cimgui.dylib

74.6 KB
Binary file not shown.

‎deps/cimgui/win-arm64/cimgui.dll

46 KB
Binary file not shown.

‎deps/cimgui/win-x64/cimgui.dll

48 KB
Binary file not shown.

‎deps/cimgui/win-x86/cimgui.dll

41 KB
Binary file not shown.

‎src/CodeGenerator/TypeInfo.cs

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public class TypeInfo
5656
{ "ImPlotGetter", "IntPtr" },
5757
{ "ImPlotTransform", "IntPtr" },
5858
{ "ImGuiKeyChord", "ImGuiKey" },
59+
{ "ImGuiSelectionUserData", "long" },
5960
};
6061

6162
public static readonly List<string> WellKnownEnums = new List<string>()

0 commit comments

Comments
 (0)
Please sign in to comment.