diff options
author | Teddy Wing | 2018-08-27 22:55:32 +0200 |
---|---|---|
committer | Teddy Wing | 2018-08-27 22:55:32 +0200 |
commit | 6e004c7ec3bfd700e78830a6e9a4f8c58a436be4 (patch) | |
tree | 5e13cfeb91d4db68ccda949a8f70562f75050109 /.gitmodules | |
parent | 7e6c8f852951742bce3a3855e57a6c1bb4e5a504 (diff) | |
download | DomeKey-6e004c7ec3bfd700e78830a6e9a4f8c58a436be4.tar.bz2 |
Add 'dome-key-map' as a submodule
This is the Rust library part of the application, which will get linked
into DomeKey as a static library.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index abd75d9..752e471 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "lib/DDHidLib"] path = lib/DDHidLib url = https://github.com/Daij-Djan/DDHidLib.git +[submodule "lib/dome-key-map"] + path = lib/dome-key-map + url = ../dome-key-map |