Skip to content

Commit

Permalink
Updated ImGui.NET to 1.89.1 (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaafar committed Dec 21, 2022
1 parent 421efe7 commit 26f19b3
Show file tree
Hide file tree
Showing 16 changed files with 3,430 additions and 2,051 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-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 @@ -55,6 +55,7 @@ public class TypeInfo
{ "ImPlotFormatter", "IntPtr" },
{ "ImPlotGetter", "IntPtr" },
{ "ImPlotTransform", "IntPtr" },
{ "ImGuiKeyChord", "ImGuiKey" },
};

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

0 comments on commit 26f19b3

Please sign in to comment.