mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 14:43:28 +00:00
Allows easily building the project, following the steps in readme, without a github account or having some special git configuration.
35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
[submodule "vendor/zig-js-runtime"]
|
|
path = vendor/zig-js-runtime
|
|
url = https://github.com/lightpanda-io/zig-js-runtime.git/
|
|
[submodule "vendor/netsurf/libwapcaplet"]
|
|
path = vendor/netsurf/libwapcaplet
|
|
url = https://github.com/lightpanda-io/libwapcaplet.git/
|
|
[submodule "vendor/netsurf/libparserutils"]
|
|
path = vendor/netsurf/libparserutils
|
|
url = https://github.com/lightpanda-io/libparserutils.git/
|
|
[submodule "vendor/netsurf/libdom"]
|
|
path = vendor/netsurf/libdom
|
|
url = https://github.com/lightpanda-io/libdom.git/
|
|
[submodule "vendor/netsurf/share/netsurf-buildsystem"]
|
|
path = vendor/netsurf/share/netsurf-buildsystem
|
|
url = https://source.netsurf-browser.org/buildsystem.git
|
|
[submodule "vendor/netsurf/libhubbub"]
|
|
path = vendor/netsurf/libhubbub
|
|
url = https://github.com/lightpanda-io/libhubbub.git/
|
|
[submodule "tests/wpt"]
|
|
path = tests/wpt
|
|
url = https://github.com/lightpanda-io/wpt
|
|
[submodule "vendor/mimalloc"]
|
|
path = vendor/mimalloc
|
|
url = https://github.com/microsoft/mimalloc.git/
|
|
[submodule "vendor/tls.zig"]
|
|
path = vendor/tls.zig
|
|
url = https://github.com/ianic/tls.zig.git/
|
|
[submodule "vendor/zig-async-io"]
|
|
path = vendor/zig-async-io
|
|
url = https://github.com/lightpanda-io/zig-async-io.git/
|
|
[submodule "vendor/websocket.zig"]
|
|
path = vendor/websocket.zig
|
|
url = https://github.com/lightpanda-io/websocket.zig.git/
|
|
branch = lightpanda
|