Skip to content

Commit

Permalink
Merge pull request #905 from AMS21/dependabot/submodules/external/img…
Browse files Browse the repository at this point in the history
…ui-c71e4e8

Bump external/imgui from `22503bf` to `c71e4e8`
  • Loading branch information
AMS21 authored Oct 21, 2024
2 parents f588a21 + 2b087a3 commit c16bc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/imgui
Submodule imgui updated 42 files
+1 −1 .github/workflows/static-analysis.yml
+1 −1 backends/imgui_impl_dx11.cpp
+2 −2 backends/imgui_impl_dx11.h
+2 −17 backends/imgui_impl_dx12.cpp
+2 −5 backends/imgui_impl_dx12.h
+1 −1 backends/imgui_impl_glfw.cpp
+2 −2 backends/imgui_impl_metal.mm
+1 −1 backends/imgui_impl_sdl2.cpp
+1 −1 backends/imgui_impl_sdl3.cpp
+12 −1 backends/imgui_impl_sdlrenderer2.cpp
+9 −0 backends/imgui_impl_sdlrenderer2.h
+12 −1 backends/imgui_impl_sdlrenderer3.cpp
+9 −0 backends/imgui_impl_sdlrenderer3.h
+4 −11 backends/imgui_impl_vulkan.cpp
+2 −5 backends/imgui_impl_vulkan.h
+1 −1 backends/imgui_impl_wgpu.cpp
+2 −2 backends/imgui_impl_wgpu.h
+1 −1 backends/imgui_impl_win32.cpp
+77 −6 docs/CHANGELOG.txt
+20 −19 docs/FAQ.md
+1 −1 docs/README.md
+4 −6 docs/TODO.txt
+1 −1 examples/example_glfw_vulkan/CMakeLists.txt
+2 −2 examples/example_glfw_vulkan/build_win32.bat
+2 −2 examples/example_glfw_vulkan/build_win64.bat
+4 −4 examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj
+1 −1 examples/example_sdl2_vulkan/build_win32.bat
+5 −5 examples/example_sdl2_vulkan/example_sdl2_vulkan.vcxproj
+1 −2 examples/example_win32_directx12/build_win32.bat
+5 −5 examples/example_win32_directx12/example_win32_directx12.vcxproj
+0 −4 examples/example_win32_directx12/main.cpp
+6 −3 imconfig.h
+208 −125 imgui.cpp
+59 −33 imgui.h
+19 −6 imgui_demo.cpp
+32 −6 imgui_draw.cpp
+55 −42 imgui_internal.h
+3 −3 imgui_tables.cpp
+120 −93 imgui_widgets.cpp
+22 −4 misc/freetype/README.md
+19 −5 misc/freetype/imgui_freetype.cpp
+7 −0 misc/freetype/imgui_freetype.h

0 comments on commit c16bc10

Please sign in to comment.