summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMitchell Hashimoto <mitchell.hashimoto@gmail.com>2022-04-21 09:33:32 -0700
committerMitchell Hashimoto <mitchell.hashimoto@gmail.com>2022-04-21 09:33:32 -0700
commit21ee510471e75cbc778258e3fb90408f1d76198c (patch)
tree9762742fb4b6cab7a17805d8760859837a3f110d /.gitmodules
parent55351487a9112ae4b6afda41d15297e1151ab023 (diff)
starting libuv bindings
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 28095252a..eee2a129c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -10,3 +10,6 @@
[submodule "vendor/cglm"]
path = vendor/cglm
url = https://github.com/recp/cglm.git
+[submodule "vendor/libuv"]
+ path = vendor/libuv
+ url = https://github.com/libuv/libuv.git