Skip to content

Commit

Permalink
core: bump imgui version to 1.91.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuMazzi committed Jul 30, 2024
1 parent b9fa5a7 commit 4ffe2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/imgui
Submodule imgui updated 42 files
+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
+36 −18 backends/imgui_impl_glfw.cpp
+4 −2 backends/imgui_impl_glfw.h
+1 −0 backends/imgui_impl_glut.h
+2 −0 backends/imgui_impl_metal.h
+1 −0 backends/imgui_impl_opengl2.h
+1 −0 backends/imgui_impl_opengl3.cpp
+1 −1 backends/imgui_impl_opengl3.h
+2 −0 backends/imgui_impl_osx.h
+1 −1 backends/imgui_impl_osx.mm
+1 −0 backends/imgui_impl_sdl2.h
+11 −8 backends/imgui_impl_sdl3.cpp
+1 −0 backends/imgui_impl_sdl3.h
+1 −0 backends/imgui_impl_sdlrenderer2.h
+1 −0 backends/imgui_impl_sdlrenderer3.h
+6 −2 backends/imgui_impl_vulkan.cpp
+1 −1 backends/imgui_impl_vulkan.h
+1 −0 backends/imgui_impl_wgpu.h
+2 −1 backends/imgui_impl_win32.cpp
+1 −0 backends/imgui_impl_win32.h
+19 −19 docs/BACKENDS.md
+149 −10 docs/CHANGELOG.txt
+6 −39 docs/EXAMPLES.md
+3 −3 docs/README.md
+1 −1 examples/example_android_opengl3/android/app/src/main/AndroidManifest.xml
+1 −1 examples/example_glfw_opengl3/main.cpp
+14 −1 examples/example_glfw_wgpu/CMakeLists.txt
+1 −1 examples/example_glfw_wgpu/main.cpp
+1 −1 examples/example_sdl3_opengl3/main.cpp
+5 −4 imconfig.h
+212 −128 imgui.cpp
+249 −42 imgui.h
+1,803 −273 imgui_demo.cpp
+1 −1 imgui_draw.cpp
+142 −57 imgui_internal.h
+28 −25 imgui_tables.cpp
+1,198 −155 imgui_widgets.cpp

0 comments on commit 4ffe2a3

Please sign in to comment.