Skip to content

Commit

Permalink
upgrade to imgui 1.91.0 (#490)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
zaafar authored Aug 1, 2024
1 parent 50d245f commit 70a8702
Show file tree
Hide file tree
Showing 29 changed files with 4,821 additions and 2,992 deletions.
Binary file modified deps/cimgui/linux-x64/cimgui.so
Binary file not shown.
Binary file modified deps/cimgui/osx/cimgui.dylib
Binary file not shown.
Binary file modified deps/cimgui/win-arm64/cimgui.dll
Binary file not shown.
Binary file modified deps/cimgui/win-x64/cimgui.dll
Binary file not shown.
Binary file modified deps/cimgui/win-x86/cimgui.dll
Binary file not shown.
1 change: 1 addition & 0 deletions src/CodeGenerator/TypeInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public class TypeInfo
{ "ImPlotGetter", "IntPtr" },
{ "ImPlotTransform", "IntPtr" },
{ "ImGuiKeyChord", "ImGuiKey" },
{ "ImGuiSelectionUserData", "long" },
};

public static readonly List<string> WellKnownEnums = new List<string>()
Expand Down
Loading

0 comments on commit 70a8702

Please sign in to comment.