diff options
| author | 2026-02-22 03:14:55 +0000 | |
|---|---|---|
| committer | 2026-02-22 03:16:57 +0000 | |
| commit | bd31c21fde99fe400e60774e420656143df755bd (patch) | |
| tree | 8636f26e4e956de4e6659105e60d1aae9c681666 | |
| parent | add .gitignore (diff) | |
| download | rs274ngc-bd31c21fde99fe400e60774e420656143df755bd.tar.gz | |
add dependencies
| -rw-r--r-- | .gitmodules | 6 | ||||
| m--------- | vendor/cmmm/arena | 0 | ||||
| m--------- | vendor/cmmm/string-view | 0 |
3 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 | ||
diff --git a/vendor/cmmm/arena b/vendor/cmmm/arena new file mode 160000 | |||
| Subproject a61f210b58df60fe6432a6c411495b543a568ee | |||
diff --git a/vendor/cmmm/string-view b/vendor/cmmm/string-view new file mode 160000 | |||
| Subproject 3b05e807bd5907dc0a0fd09bf1f0f316eae64e1 | |||
