From 21ee510471e75cbc778258e3fb90408f1d76198c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 21 Apr 2022 09:33:32 -0700 Subject: starting libuv bindings --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3