diff options
| author | 2026-02-22 03:14:55 +0000 | |
|---|---|---|
| committer | 2026-02-22 03:16:57 +0000 | |
| commit | bd31c21fde99fe400e60774e420656143df755bd (patch) | |
| tree | 8636f26e4e956de4e6659105e60d1aae9c681666 /.gitmodules | |
| parent | add .gitignore (diff) | |
| download | rs274ngc-bd31c21fde99fe400e60774e420656143df755bd.tar.gz | |
add dependencies
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
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 | ||
