mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-17 10:38:52 +00:00
ui: Add implot submodule
This commit is contained in:
parent
26f4e6fc8f
commit
1cfb0e3922
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
@ -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
1
ui/implot
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit a6bab98517b1baa3116db52518dda1eb2d7eaab7
|
Loading…
x
Reference in New Issue
Block a user