diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-07-06 06:49:58 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-07-06 06:49:58 -0400 |
commit | b80199305129a9152cb42744f1cb6524baf76fc7 (patch) | |
tree | dbe813ed9b64a0880c7c35bf6699ba0fb2ca8172 /.gitmodules | |
parent | 9db10386430479067795bec66bb26343ff176ded (diff) | |
download | lite-xl-plugin-manager-b80199305129a9152cb42744f1cb6524baf76fc7.tar.gz lite-xl-plugin-manager-b80199305129a9152cb42744f1cb6524baf76fc7.zip |
Updated modules.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 231e6fc..c171b3a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,8 @@ path = lib/microtar url = https://github.com/rxi/microtar.git shallow = true +[submodule "lib/mbedtls"] + path = lib/mbedtls + url = https://github.com/Mbed-TLS/mbedtls.git + tag = mbedtls-2.28.3 + shallow = true |