diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-10-18 14:26:20 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-10-18 14:26:32 +0000 |
| commit | f9bd966065755233e9bed0cf79ff4a45fa052521 (patch) | |
| tree | a8dcd6dcc4ba38a04240ae5b27ccb69468b8e904 /.gitmodules | |
| download | zig-imgui-f9bd966065755233e9bed0cf79ff4a45fa052521.tar.gz zig-imgui-f9bd966065755233e9bed0cf79ff4a45fa052521.zip | |
initial commit
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b9e3cb1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "cimgui"] + path = cimgui + url = https://github.com/cimgui/cimgui.git |
