summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorLibravatar Martin Michalec <martin@michalec.dev>2026-02-22 03:14:55 +0000
committerLibravatar Martin Michalec <martin@michalec.dev>2026-02-22 03:16:57 +0000
commitbd31c21fde99fe400e60774e420656143df755bd (patch)
tree8636f26e4e956de4e6659105e60d1aae9c681666 /.gitmodules
parentadd .gitignore (diff)
downloadrs274ngc-bd31c21fde99fe400e60774e420656143df755bd.tar.gz
add dependencies
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..daf67a5
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
1[submodule "vendor/cmmm/string-view"]
2 path = vendor/cmmm/string-view
3 url = https://git.michalec.dev/string-view
4[submodule "vendor/cmmm/arena"]
5 path = vendor/cmmm/arena
6 url = https://git.michalec.dev/arena