Skip to content

Commit

Permalink
Merge pull request #28 from janekb04/dependabot/submodules/external/i…
Browse files Browse the repository at this point in the history
…mgui/imgui-f1bf642
  • Loading branch information
janekb04 authored Mar 12, 2021
2 parents 834dd90 + 94ea066 commit d67a8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/imgui/imgui
Submodule imgui updated 37 files
+4 −2 .editorconfig
+43 −5 docs/CHANGELOG.txt
+1 −1 examples/example_allegro5/example_allegro5.vcxproj
+1 −1 examples/example_allegro5/example_allegro5.vcxproj.filters
+1 −1 examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj
+1 −1 examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj.filters
+1 −1 examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj
+1 −1 examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj.filters
+1 −1 examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj
+1 −1 examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj.filters
+1 −1 examples/example_glut_opengl2/example_glut_opengl2.vcxproj
+1 −1 examples/example_glut_opengl2/example_glut_opengl2.vcxproj.filters
+1 −1 examples/example_sdl_directx11/example_sdl_directx11.vcxproj
+1 −1 examples/example_sdl_directx11/example_sdl_directx11.vcxproj.filters
+1 −1 examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj
+1 −1 examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj.filters
+1 −1 examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj
+1 −1 examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj.filters
+1 −1 examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj
+2 −2 examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj.filters
+1 −1 examples/example_win32_directx10/example_win32_directx10.vcxproj
+1 −1 examples/example_win32_directx10/example_win32_directx10.vcxproj.filters
+1 −1 examples/example_win32_directx11/example_win32_directx11.vcxproj
+1 −1 examples/example_win32_directx11/example_win32_directx11.vcxproj.filters
+1 −1 examples/example_win32_directx9/example_win32_directx9.vcxproj
+1 −1 examples/example_win32_directx9/example_win32_directx9.vcxproj.filters
+116 −88 imgui.cpp
+102 −75 imgui.h
+3 −5 imgui_demo.cpp
+207 −61 imgui_draw.cpp
+17 −12 imgui_internal.h
+2 −2 imgui_tables.cpp
+44 −20 imgui_widgets.cpp
+4 −5 misc/README.txt
+7 −0 misc/debuggers/README.txt
+15 −4 misc/debuggers/imgui.natvis
+0 −4 misc/natvis/README.txt

0 comments on commit d67a8b2

Please sign in to comment.