mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
auto merge of #568 : SimonSapin/servo/rust-cssparser-in-tree, r=metajack
[As discussed](https://github.com/mozilla/servo/wiki/Meeting-2013-07-01#css), 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:
commit
1f7c738a89
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
1
configure
vendored
1
configure
vendored
|
@ -401,6 +401,7 @@ CFG_SUBMODULES="\
|
|||
support/alert/rust-alert \
|
||||
support/azure/rust-azure \
|
||||
support/css/rust-css \
|
||||
support/css/rust-cssparser \
|
||||
support/geom/rust-geom \
|
||||
support/glut/rust-glut \
|
||||
support/glfw/glfw \
|
||||
|
|
1
src/support/css/rust-cssparser
Submodule
1
src/support/css/rust-cssparser
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 3dc9f508b8517e4efddffb4703e3a5e9d63d4f25
|
Loading…
Add table
Add a link
Reference in a new issue