From 5ce3c05316bdc941b461201af57cf721affcecee Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Thu, 12 Mar 2020 02:06:57 -0700 Subject: [PATCH] ui: Add Dear ImGui submodule --- .gitmodules | 3 +++ ui/imgui | 1 + 2 files changed, 4 insertions(+) create mode 160000 ui/imgui diff --git a/.gitmodules b/.gitmodules index 9c0501a4d4..b5466376dd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,6 @@ [submodule "roms/qboot"] path = roms/qboot url = https://github.com/bonzini/qboot +[submodule "ui/imgui"] + path = ui/imgui + url = https://github.com/ocornut/imgui diff --git a/ui/imgui b/ui/imgui new file mode 160000 index 0000000000..b016f1ad70 --- /dev/null +++ b/ui/imgui @@ -0,0 +1 @@ +Subproject commit b016f1ad709d6f7d22f43ce7b6e49ea343c70824