diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2024-03-08 13:35:12 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2024-03-08 13:35:12 -0500 |
commit | e1963ebc7f61cead5aa558d1a927b173077257fe (patch) | |
tree | 9992ccd41da8792cae9f3901b55629ac374b63b4 /.gitmodules | |
parent | 36da687203b80391d32e43475b9288468bea07c4 (diff) | |
download | lite-xl-plugin-manager-e1963ebc7f61cead5aa558d1a927b173077257fe.tar.gz lite-xl-plugin-manager-e1963ebc7f61cead5aa558d1a927b173077257fe.zip |
cJSON addition.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b83fa2d..0e514da 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,3 +20,6 @@ url = https://github.com/Mbed-TLS/mbedtls.git tag = mbedtls-2.28.3 shallow = true +[submodule "lib/cJSON"] + path = lib/cJSON + url = https://github.com/DaveGamble/cJSON |