From 065ebac3c3876b8834cf6773a697f3b0d0ffa154 Mon Sep 17 00:00:00 2001 From: bqv Date: Mon, 14 Mar 2022 14:10:03 +0000 Subject: [PATCH] submodules --- .gitmodules | 11 ++++------- deps/diff | 1 + deps/fmt | 1 + 3 files changed, 6 insertions(+), 7 deletions(-) create mode 160000 deps/diff create mode 160000 deps/fmt diff --git a/.gitmodules b/.gitmodules index 6d435d0..537eb1e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ -[submodule "axc"] - path = axc - url = https://github.com/gkdr/axc -[submodule "omemo"] - path = omemo - url = https://github.com/gkdr/libomemo +[submodule "fmt"] + path = deps/fmt + url = https://github.com/fmtlib/fmt [submodule "diff"] - path = diff + path = deps/diff url = https://github.com/kristapsdz/libdiff diff --git a/deps/diff b/deps/diff new file mode 160000 index 0000000..aadb3d7 --- /dev/null +++ b/deps/diff @@ -0,0 +1 @@ +Subproject commit aadb3d7fe4dcb4b212c77e4fc6c2599826aeb50a diff --git a/deps/fmt b/deps/fmt new file mode 160000 index 0000000..9a1beab --- /dev/null +++ b/deps/fmt @@ -0,0 +1 @@ +Subproject commit 9a1beab5747d5afadcc4d29bf8fe50f119484a5d