Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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
  • Loading branch information
zaafar committed Aug 1, 2024
commit 2fec6905125df14bc548bb00d57d4af0fbe1657a
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