Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
elishacloud committed Aug 13, 2024
1 parent b7daafe commit 7bfdc4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dllmain/BuildNo.rc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define BUILD_NUMBER 7089
#define BUILD_NUMBER 7090
2 changes: 1 addition & 1 deletion External/dinputto8
2 changes: 1 addition & 1 deletion External/imgui
Submodule imgui updated 61 files
+10 −0 .github/workflows/build.yml
+1 −0 .gitignore
+2 −2 backends/imgui_impl_allegro5.cpp
+1 −0 backends/imgui_impl_allegro5.h
+1 −0 backends/imgui_impl_android.h
+1 −0 backends/imgui_impl_dx10.h
+1 −0 backends/imgui_impl_dx11.h
+2 −0 backends/imgui_impl_dx12.h
+1 −0 backends/imgui_impl_dx9.h
+66 −25 backends/imgui_impl_glfw.cpp
+7 −2 backends/imgui_impl_glfw.h
+1 −0 backends/imgui_impl_glut.h
+2 −0 backends/imgui_impl_metal.h
+3 −0 backends/imgui_impl_opengl2.cpp
+1 −0 backends/imgui_impl_opengl2.h
+4 −0 backends/imgui_impl_opengl3.cpp
+1 −1 backends/imgui_impl_opengl3.h
+2 −0 backends/imgui_impl_osx.h
+7 −2 backends/imgui_impl_osx.mm
+28 −13 backends/imgui_impl_sdl2.cpp
+1 −0 backends/imgui_impl_sdl2.h
+87 −65 backends/imgui_impl_sdl3.cpp
+3 −3 backends/imgui_impl_sdl3.h
+1 −0 backends/imgui_impl_sdlrenderer2.h
+26 −3 backends/imgui_impl_sdlrenderer3.cpp
+1 −0 backends/imgui_impl_sdlrenderer3.h
+2 −2 backends/imgui_impl_vulkan.h
+1 −0 backends/imgui_impl_wgpu.h
+5 −2 backends/imgui_impl_win32.cpp
+1 −0 backends/imgui_impl_win32.h
+19 −19 docs/BACKENDS.md
+241 −4 docs/CHANGELOG.txt
+6 −39 docs/EXAMPLES.md
+1 −1 docs/FAQ.md
+3 −3 docs/README.md
+1 −1 examples/example_android_opengl3/android/app/src/main/AndroidManifest.xml
+5 −0 examples/example_glfw_opengl2/main.cpp
+6 −1 examples/example_glfw_opengl3/main.cpp
+6 −1 examples/example_glfw_vulkan/main.cpp
+14 −1 examples/example_glfw_wgpu/CMakeLists.txt
+6 −1 examples/example_glfw_wgpu/main.cpp
+5 −0 examples/example_sdl2_directx11/main.cpp
+5 −0 examples/example_sdl2_opengl2/main.cpp
+5 −0 examples/example_sdl2_opengl3/main.cpp
+6 −1 examples/example_sdl2_sdlrenderer2/main.cpp
+6 −1 examples/example_sdl2_vulkan/main.cpp
+3 −3 examples/example_sdl3_opengl3/README.md
+6 −4 examples/example_sdl3_opengl3/main.cpp
+8 −3 examples/example_sdl3_sdlrenderer3/main.cpp
+5 −0 examples/example_win32_opengl3/main.cpp
+20 −0 examples/imgui_examples.sln
+4 −3 examples/libs/emscripten/emscripten_mainloop_stub.h
+9 −4 imconfig.h
+401 −177 imgui.cpp
+323 −71 imgui.h
+1,843 −283 imgui_demo.cpp
+25 −15 imgui_draw.cpp
+170 −73 imgui_internal.h
+29 −26 imgui_tables.cpp
+1,335 −190 imgui_widgets.cpp
+4 −3 misc/freetype/imgui_freetype.cpp

0 comments on commit 7bfdc4d

Please sign in to comment.