-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cimgui
updated
18 files
+2 −0 | CMakeLists.txt | |
+1 −1 | README.md | |
+17 −15 | backend_test/example_sdl_opengl3/CMakeLists.txt | |
+1 −1 | backend_test/example_sdl_opengl3/main.c | |
+139 −69 | cimgui.cpp | |
+112 −63 | cimgui.h | |
+3 −3 | generator/cimgui_template.h | |
+1 −0 | generator/cpp2ffi.lua | |
+14 −6 | generator/generator.lua | |
+36 −25 | generator/output/cimgui_impl.h | |
+1,891 −1,497 | generator/output/definitions.json | |
+1,843 −1,502 | generator/output/definitions.lua | |
+6 −10 | generator/output/overloads.txt | |
+380 −261 | generator/output/structs_and_enums.json | |
+612 −519 | generator/output/structs_and_enums.lua | |
+3 −1 | generator/output/typedefs_dict.json | |
+3 −1 | generator/output/typedefs_dict.lua | |
+1 −1 | imgui |