mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Add rust-url as a submodule and a Makefile for it.
This commit is contained in:
parent
f07d999463
commit
71a869284e
6 changed files with 42 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -124,3 +124,6 @@
|
|||
[submodule "src/support/stringcache/string-cache"]
|
||||
path = src/support/stringcache/string-cache
|
||||
url = https://github.com/mozilla-servo/string-cache.git
|
||||
[submodule "src/support/url/rust-url"]
|
||||
path = src/support/url/rust-url
|
||||
url = https://github.com/mozilla-servo/rust-url.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue