Add rust-encoding as a submodule.

Upstream: https://github.com/lifthrasiir/rust-encoding
Servo’s fork: https://github.com/mozilla-servo/rust-encoding

As of this writing, upstream’s master branch targets Rust 0.8,
and its rust-0.9-pre branch targets Rust master.
Servo uses a Rust version in-between those.
I pushed a rust-servo branch to our fork
that backports from rust-0.9-pre.
This commit is contained in:
Simon Sapin 2013-12-11 14:25:07 +00:00
parent bc36ca860d
commit b98acc2f75
4 changed files with 15 additions and 0 deletions

4
.gitmodules vendored
View file

@ -106,3 +106,7 @@
[submodule "src/support/http/rust-http"]
path = src/support/http/rust-http
url = https://github.com/mozilla-servo/rust-http
[submodule "src/support/encoding/rust-encoding"]
path = src/support/encoding/rust-encoding
url = https://github.com/mozilla-servo/rust-encoding.git
branch = rust-servo