Add a submodule for rust-cssparser

Even though this parser is not used yet, having it built
and tested with the rest of Servo helps ensure it does not bitrot.
This commit is contained in:
Simon Sapin 2013-07-10 16:59:26 +01:00
parent 66c9828a9e
commit d75489356e
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -100,3 +100,6 @@
[submodule "src/support/glfw/glfw-rs"]
path = src/support/glfw/glfw-rs
url = https://github.com/mozilla-servo/glfw-rs.git
[submodule "src/support/css/rust-cssparser"]
path = src/support/css/rust-cssparser
url = https://github.com/mozilla-servo/rust-cssparser.git