mirror of https://github.com/xemu-project/xemu.git
ui: Add Dear ImGui submodule
This commit is contained in:
parent
2199dbc4e9
commit
5ce3c05316
|
@ -58,3 +58,6 @@
|
||||||
[submodule "roms/qboot"]
|
[submodule "roms/qboot"]
|
||||||
path = roms/qboot
|
path = roms/qboot
|
||||||
url = https://github.com/bonzini/qboot
|
url = https://github.com/bonzini/qboot
|
||||||
|
[submodule "ui/imgui"]
|
||||||
|
path = ui/imgui
|
||||||
|
url = https://github.com/ocornut/imgui
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b016f1ad709d6f7d22f43ce7b6e49ea343c70824
|
Loading…
Reference in New Issue