Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
scarsty committed Jan 28, 2022
1 parent 4d73e8e commit 6994f54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/ImGuiFileDialog
2 changes: 1 addition & 1 deletion 3rdparty/imgui
Submodule imgui updated 43 files
+12 −0 .github/workflows/build.yml
+144 −41 backends/imgui_impl_allegro5.cpp
+2 −1 backends/imgui_impl_allegro5.h
+139 −50 backends/imgui_impl_android.cpp
+3 −2 backends/imgui_impl_android.h
+1 −2 backends/imgui_impl_dx12.h
+232 −104 backends/imgui_impl_glfw.cpp
+5 −4 backends/imgui_impl_glfw.h
+151 −71 backends/imgui_impl_glut.cpp
+3 −1 backends/imgui_impl_glut.h
+3 −2 backends/imgui_impl_osx.h
+282 −121 backends/imgui_impl_osx.mm
+210 −121 backends/imgui_impl_sdl.cpp
+2 −2 backends/imgui_impl_sdl.h
+64 −32 backends/imgui_impl_vulkan.cpp
+18 −12 backends/imgui_impl_vulkan.h
+2 −2 backends/imgui_impl_wgpu.cpp
+264 −104 backends/imgui_impl_win32.cpp
+3 −3 backends/imgui_impl_win32.h
+2 −2 docs/BACKENDS.md
+92 −3 docs/CHANGELOG.txt
+1 −1 docs/EXAMPLES.md
+3 −3 docs/FAQ.md
+2 −2 docs/FONTS.md
+0 −1 docs/TODO.txt
+3 −16 examples/example_apple_metal/main.mm
+0 −9 examples/example_apple_opengl2/main.mm
+1 −0 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 −0 examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj
+3 −1 examples/example_glfw_vulkan/main.cpp
+1 −1 examples/example_sdl_vulkan/build_win32.bat
+4 −0 examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj
+3 −1 examples/example_sdl_vulkan/main.cpp
+1 −0 imconfig.h
+580 −130 imgui.cpp
+172 −73 imgui.h
+78 −17 imgui_demo.cpp
+9 −6 imgui_draw.cpp
+113 −38 imgui_internal.h
+11 −6 imgui_tables.cpp
+52 −104 imgui_widgets.cpp
2 changes: 1 addition & 1 deletion 3rdparty/nb
Submodule nb updated from 0f58a9 to 754bd1

0 comments on commit 6994f54

Please sign in to comment.