diff options
author | Brian Anderson <banderson@mozilla.com> | 2012-10-14 17:20:07 -0700 |
---|---|---|
committer | Brian Anderson <banderson@mozilla.com> | 2012-10-14 17:40:56 -0700 |
commit | 3e9254ef0f65b50f83d7e67c07e99b1a02baadae (patch) | |
tree | 0808c74bd716293ee0fed3ef356724c6064b8561 /.gitmodules | |
parent | c8f686083ae9059df07057de03ecd30f2d7a68fe (diff) | |
download | servo-3e9254ef0f65b50f83d7e67c07e99b1a02baadae.tar.gz servo-3e9254ef0f65b50f83d7e67c07e99b1a02baadae.zip |
Add rust-css, bindings for libcss
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 60cea92ab07..4f82a162380 100644 --- a/.gitmodules +++ b/.gitmodules @@ -59,3 +59,6 @@ path = src/libcss url = git://github.com/pcwalton/libcss.git +[submodule "src/rust-css"] + path = src/rust-css + url = git://github.com/brson/rust-css.git |