mirror of https://github.com/xemu-project/xemu.git
ui: Add implot submodule
This commit is contained in:
parent
26f4e6fc8f
commit
1cfb0e3922
|
@ -61,3 +61,6 @@
|
||||||
[submodule "ui/imgui"]
|
[submodule "ui/imgui"]
|
||||||
path = ui/imgui
|
path = ui/imgui
|
||||||
url = https://github.com/ocornut/imgui
|
url = https://github.com/ocornut/imgui
|
||||||
|
[submodule "ui/implot"]
|
||||||
|
path = ui/implot
|
||||||
|
url = https://github.com/epezent/implot
|
||||||
|
|
|
@ -35,6 +35,9 @@ sdl.mo-objs := \
|
||||||
imgui/imgui_widgets.o \
|
imgui/imgui_widgets.o \
|
||||||
imgui/backends/imgui_impl_opengl3.o \
|
imgui/backends/imgui_impl_opengl3.o \
|
||||||
imgui/backends/imgui_impl_sdl.o \
|
imgui/backends/imgui_impl_sdl.o \
|
||||||
|
implot/implot.o \
|
||||||
|
implot/implot_demo.o \
|
||||||
|
implot/implot_items.o \
|
||||||
xemu.o \
|
xemu.o \
|
||||||
xemu-custom-widgets.o \
|
xemu-custom-widgets.o \
|
||||||
xemu-data.o \
|
xemu-data.o \
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a6bab98517b1baa3116db52518dda1eb2d7eaab7
|
Loading…
Reference in New Issue