diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-09-15 12:47:58 +0000 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-09-15 12:47:58 +0000 |
commit | 027af044ce8eb233e47cd7134da42f0b53cf2784 (patch) | |
tree | 48476fa4c032d965a6f39be1b2d836df1ea3f979 /.gitmodules | |
parent | da0ca2b78fa42fcb8bedc4100074735bbcfc148f (diff) |
a
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 115c205a..3cc0904d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "json"] path = json url = https://github.com/nlohmann/json.git +[submodule "imgui"] + path = imgui + url = https://github.com/ocornut/imgui.git |