forked from ImGuiNET/ImGui.NET-nativebuild
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ImGuiNET#14 from zaafar/master
Updated to imgui 1.89.2
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cimgui
updated
12 files
+2 −1 | .github/workflows/build.yml | |
+1 −1 | README.md | |
+41 −29 | cimgui.cpp | |
+30 −16 | cimgui.h | |
+3 −2 | generator/cpp2ffi.lua | |
+4 −0 | generator/generator.lua | |
+7 −1 | generator/generator.sh | |
+1,085 −1,007 | generator/output/definitions.json | |
+1,065 −1,000 | generator/output/definitions.lua | |
+226 −170 | generator/output/structs_and_enums.json | |
+875 −833 | generator/output/structs_and_enums.lua | |
+1 −1 | imgui |