diff options
author | 2021-05-11 11:55:38 -0700 | |
---|---|---|
committer | 2021-05-11 11:55:38 -0700 | |
commit | 62dab0703d7443412216e4583ac16158c5fb6f46 (patch) | |
tree | 8891510523025438ff06058123dc47b723fff521 | |
parent | fc75a0dea67aa55fa972b6244358c58ac03bd2d7 (diff) | |
download | bun-62dab0703d7443412216e4583ac16158c5fb6f46.tar.gz bun-62dab0703d7443412216e4583ac16158c5fb6f46.tar.zst bun-62dab0703d7443412216e4583ac16158c5fb6f46.zip |
submodule
Former-commit-id: 033b74cc2a73dbd082239e01de8538436018fafe
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 345326220..aca112de6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "deps/wasi-libc"] - path = deps/wasi-libc - url = https://github.com/WebAssembly/wasi-libc +# [submodule "src/deps/zig-clap"] +# path = src/deps/zig-clap +# url = https://github.com/Hejsil/zig-clap |