-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- cimgui to 1.90.8dock - cimplot to latest master to fix compatibility with the latest ImGui - cimnodes to latest master to fix compatibility with the latest ImGui
- Loading branch information
1 parent
79333c7
commit df6fcd7
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cimgui
updated
23 files
+3 −3 | .github/workflows/build.yml | |
+2 −2 | CMakeLists.txt | |
+8 −0 | Makefile | |
+7 −4 | README.md | |
+480 −213 | cimgui.cpp | |
+815 −473 | cimgui.h | |
+4 −0 | generator/cimgui_template.h | |
+139 −54 | generator/cpp2ffi.lua | |
+2 −2 | generator/generator.bat | |
+20 −6 | generator/generator.lua | |
+59 −7 | generator/generator.sh | |
+6 −1 | generator/output/cimgui_impl.h | |
+3,654 −1,921 | generator/output/definitions.json | |
+3,482 −2,012 | generator/output/definitions.lua | |
+93 −40 | generator/output/impl_definitions.json | |
+84 −40 | generator/output/impl_definitions.lua | |
+23 −11 | generator/output/overloads.txt | |
+1,848 −779 | generator/output/structs_and_enums.json | |
+2,636 −1,936 | generator/output/structs_and_enums.lua | |
+16 −4 | generator/output/typedefs_dict.json | |
+16 −4 | generator/output/typedefs_dict.lua | |
+8 −0 | generator/print_defines.cpp | |
+1 −1 | imgui |
Submodule cimplot
updated
10 files
+1 −1 | README.md | |
+63 −19 | cimplot.cpp | |
+33 −21 | cimplot.h | |
+63 −4 | generator/generator.sh | |
+1,292 −601 | generator/output/definitions.json | |
+1,260 −706 | generator/output/definitions.lua | |
+22 −12 | generator/output/overloads.txt | |
+48 −44 | generator/output/structs_and_enums.json | |
+103 −100 | generator/output/structs_and_enums.lua | |
+1 −1 | implot |