-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
1 parent
711dbff
commit 4b400ee
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule repo
updated
6 files
+24 −0 | docs/CHANGELOG.txt | |
+125 −35 | imgui.cpp | |
+25 −7 | imgui.h | |
+40 −18 | imgui_demo.cpp | |
+12 −2 | imgui_internal.h | |
+1 −1 | imgui_widgets.cpp |
Submodule repo
updated
6 files
+1 −0 | cmake/lws_config.h.in | |
+2 −0 | lib/CMakeLists.txt | |
+14 −5 | lib/core/context.c | |
+4 −1 | lib/tls/CMakeLists.txt | |
+2 −0 | lib/tls/mbedtls/CMakeLists.txt | |
+14 −0 | lib/tls/mbedtls/wrapper/platform/ssl_pm.c |