ui: Add implot submodule

This commit is contained in:
Matt Borgerson 2021-01-10 20:17:12 -07:00 committed by mborgerson
parent 26f4e6fc8f
commit 1cfb0e3922
3 changed files with 7 additions and 0 deletions

3
.gitmodules vendored
View File

@ -61,3 +61,6 @@
[submodule "ui/imgui"]
path = ui/imgui
url = https://github.com/ocornut/imgui
[submodule "ui/implot"]
path = ui/implot
url = https://github.com/epezent/implot

View File

@ -35,6 +35,9 @@ sdl.mo-objs := \
imgui/imgui_widgets.o \
imgui/backends/imgui_impl_opengl3.o \
imgui/backends/imgui_impl_sdl.o \
implot/implot.o \
implot/implot_demo.o \
implot/implot_items.o \
xemu.o \
xemu-custom-widgets.o \
xemu-data.o \

1
ui/implot Submodule

@ -0,0 +1 @@
Subproject commit a6bab98517b1baa3116db52518dda1eb2d7eaab7