Skip to content

Commit 26f19b3

Browse files
authored
Updated ImGui.NET to 1.89.1 (#375)
1 parent 421efe7 commit 26f19b3

File tree

16 files changed

+3430
-2051
lines changed

16 files changed

+3430
-2051
lines changed

deps/cimgui/linux-x64/cimgui.so

15.4 KB
Binary file not shown.

deps/cimgui/osx/cimgui.dylib

69.1 KB
Binary file not shown.

deps/cimgui/win-x64/cimgui.dll

13.5 KB
Binary file not shown.

deps/cimgui/win-x86/cimgui.dll

16.5 KB
Binary file not shown.

src/CodeGenerator/TypeInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public class TypeInfo
5555
{ "ImPlotFormatter", "IntPtr" },
5656
{ "ImPlotGetter", "IntPtr" },
5757
{ "ImPlotTransform", "IntPtr" },
58+
{ "ImGuiKeyChord", "ImGuiKey" },
5859
};
5960

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

0 commit comments

Comments
 (0)