mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Add NSPR and NSS submodules
This commit is contained in:
parent
233a2040da
commit
a1d12897e8
3 changed files with 8 additions and 0 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -88,3 +88,9 @@
|
||||||
[submodule "src/support/alert/rust-alert"]
|
[submodule "src/support/alert/rust-alert"]
|
||||||
path = src/support/alert/rust-alert
|
path = src/support/alert/rust-alert
|
||||||
url = git://github.com/mozilla-servo/rust-alert.git
|
url = git://github.com/mozilla-servo/rust-alert.git
|
||||||
|
[submodule "src/support/nss/nss"]
|
||||||
|
path = src/support/nss/nss
|
||||||
|
url = git://github.com/mozilla-servo/nss.git
|
||||||
|
[submodule "src/support/nss/nspr"]
|
||||||
|
path = src/support/nss/nspr
|
||||||
|
url = git://github.com/mozilla-servo/nspr.git
|
||||||
|
|
1
src/support/nss/nspr
Submodule
1
src/support/nss/nspr
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 27b456e7d5a0f75381ab34b961f6779097007af7
|
1
src/support/nss/nss
Submodule
1
src/support/nss/nss
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 3d07e85a597ce9c5c1ec80f85983efcb26aa58e1
|
Loading…
Add table
Add a link
Reference in a new issue