Skip to content

Commit

Permalink
Merge e5bc433 into 1890490
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
2 parents 1890490 + e5bc433 commit 4873731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/imgui/repo
Submodule repo updated 48 files
+1 −0 .github/ISSUE_TEMPLATE/config.yml
+90 −0 .github/ISSUE_TEMPLATE/issue_template.yml
+0 −46 .github/issue_template.md
+1 −1 LICENSE.txt
+3 −3 backends/imgui_impl_allegro5.cpp
+12 −10 backends/imgui_impl_android.cpp
+1 −1 backends/imgui_impl_android.h
+3 −3 backends/imgui_impl_dx10.cpp
+3 −3 backends/imgui_impl_dx11.cpp
+3 −3 backends/imgui_impl_dx12.cpp
+44 −4 backends/imgui_impl_glfw.cpp
+5 −0 backends/imgui_impl_glfw.h
+3 −3 backends/imgui_impl_metal.mm
+3 −3 backends/imgui_impl_opengl2.cpp
+4 −3 backends/imgui_impl_opengl3.cpp
+5 −4 backends/imgui_impl_opengl3_loader.h
+31 −22 backends/imgui_impl_sdl3.cpp
+4 −4 backends/imgui_impl_sdlrenderer2.cpp
+4 −4 backends/imgui_impl_sdlrenderer3.cpp
+177 −100 backends/imgui_impl_vulkan.cpp
+3 −2 backends/imgui_impl_vulkan.h
+12 −4 backends/imgui_impl_wgpu.cpp
+163 −14 docs/CHANGELOG.txt
+1 −6 docs/FAQ.md
+2 −6 docs/FONTS.md
+3 −3 docs/README.md
+1 −0 examples/example_emscripten_wgpu/main.cpp
+1 −1 examples/example_glfw_opengl3/Makefile.emscripten
+3 −0 examples/example_glfw_opengl3/main.cpp
+0 −30 examples/example_glfw_vulkan/main.cpp
+6 −0 examples/example_sdl2_directx11/main.cpp
+6 −0 examples/example_sdl2_opengl2/main.cpp
+6 −0 examples/example_sdl2_opengl3/main.cpp
+5 −0 examples/example_sdl2_sdlrenderer2/main.cpp
+5 −30 examples/example_sdl2_vulkan/main.cpp
+2 −2 examples/example_sdl3_sdlrenderer3/main.cpp
+7 −7 examples/example_win32_opengl3/main.cpp
+4 −2 imconfig.h
+406 −227 imgui.cpp
+284 −223 imgui.h
+202 −82 imgui_demo.cpp
+15 −8 imgui_draw.cpp
+46 −25 imgui_internal.h
+24 −12 imgui_tables.cpp
+100 −101 imgui_widgets.cpp
+72 −71 imstb_textedit.h
+19 −13 misc/freetype/imgui_freetype.cpp
+1 −2 misc/freetype/imgui_freetype.h

0 comments on commit 4873731

Please sign in to comment.