From 595b060e5c9519f560c43680bffee492418b4cf8 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Tue, 1 Apr 2025 14:44:29 -0600 Subject: [PATCH] adding threading dep --- .gitmodules | 3 +++ vendor/threading | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/threading diff --git a/.gitmodules b/.gitmodules index 32b5ad87..e3f446df 100644 --- a/.gitmodules +++ b/.gitmodules @@ -236,3 +236,6 @@ url = https://github.com/codex-storage/nim-groth16.git ignore = untracked branch = master +[submodule "vendor/threading"] + path = vendor/threading + url = https://github.com/nim-lang/threading.git diff --git a/vendor/threading b/vendor/threading new file mode 160000 index 00000000..bcc28499 --- /dev/null +++ b/vendor/threading @@ -0,0 +1 @@ +Subproject commit bcc284991ba928d1ed299a81a93b7113cc7de04f