diff options
author | xengineering <me@xengineering.eu> | 2022-05-28 20:18:28 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-05-28 20:18:28 +0200 |
commit | c7cd13206d43545e04e28e5af21e3502e8f2ad83 (patch) | |
tree | f2766512f693d2798be46570f47faae8bef68a16 | |
parent | 0d12960669752f6515c5c672931758f63ad26101 (diff) | |
download | website-c7cd13206d43545e04e28e5af21e3502e8f2ad83.tar website-c7cd13206d43545e04e28e5af21e3502e8f2ad83.tar.zst website-c7cd13206d43545e04e28e5af21e3502e8f2ad83.zip |
Add libweb as submodule
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | libweb | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..774fbe7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libweb"] + path = libweb + url = https://cgit.xengineering.eu/libweb/ diff --git a/libweb b/libweb new file mode 160000 +Subproject a80f90ecb8c80db6be077abaef2ed0ce289a4a2 |