diff options
author | tomsmeding <tom.smeding@gmail.com> | 2019-02-10 00:05:12 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2019-02-10 10:15:44 +0100 |
commit | 30cd11327ffabde2c7454c9c17a97768b46494ee (patch) | |
tree | 7946d9c6a141e0ccbb413e38b42da6aadbd359cc /.gitmodules |
Initial
Base functions done, no widgets yet
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..5b368fe --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/termio"] + path = vendor/termio + url = https://github.com/tomsmeding/termio.git |