From 7564ba1f6f20d39f684e241dc4d43afb26edcd70 Mon Sep 17 00:00:00 2001 From: thatben Date: Mon, 2 Jun 2025 13:53:10 +0200 Subject: [PATCH] a --- .gitmodules | 6 ++++++ vendor/nim-regex | 1 + vendor/nim-unicodedb | 1 + 3 files changed, 8 insertions(+) create mode 160000 vendor/nim-regex create mode 160000 vendor/nim-unicodedb diff --git a/.gitmodules b/.gitmodules index dddce6f..be40c2a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -127,3 +127,9 @@ [submodule "vendor/nim-docopt"] path = vendor/nim-docopt url = https://github.com/docopt/docopt.nim.git +[submodule "vendor/nim-regex"] + path = vendor/nim-regex + url = https://github.com/nitely/nim-regex.git +[submodule "vendor/nim-unicodedb"] + path = vendor/nim-unicodedb + url = https://github.com/nitely/nim-unicodedb.git diff --git a/vendor/nim-regex b/vendor/nim-regex new file mode 160000 index 0000000..88f634b --- /dev/null +++ b/vendor/nim-regex @@ -0,0 +1 @@ +Subproject commit 88f634b95651ce0d53961668be1c414341429b7f diff --git a/vendor/nim-unicodedb b/vendor/nim-unicodedb new file mode 160000 index 0000000..66f2458 --- /dev/null +++ b/vendor/nim-unicodedb @@ -0,0 +1 @@ +Subproject commit 66f2458710dc641dd4640368f9483c8a0ec70561