Use zig package manager instead of submodules

This commit is contained in:
Nikolay Govorov
2026-02-25 00:59:12 +00:00
parent 4017911373
commit a8164f612f
8 changed files with 356 additions and 467 deletions

12
.gitmodules vendored
View File

@@ -1,15 +1,3 @@
[submodule "tests/wpt"]
path = tests/wpt
url = https://github.com/lightpanda-io/wpt
[submodule "vendor/nghttp2"]
path = vendor/nghttp2
url = https://github.com/nghttp2/nghttp2.git
[submodule "vendor/zlib"]
path = vendor/zlib
url = https://github.com/madler/zlib.git
[submodule "vendor/curl"]
path = vendor/curl
url = https://github.com/curl/curl.git
[submodule "vendor/brotli"]
path = vendor/brotli
url = https://github.com/google/brotli