Add rust-css, bindings for libcss

This commit is contained in:
Brian Anderson 2012-10-14 17:20:07 -07:00
parent c8f686083a
commit 3e9254ef0f
5 changed files with 9 additions and 1 deletions

1
src/rust-css Submodule

@ -0,0 +1 @@
Subproject commit 0424ff2d46795d7d3c374b41cf258266fb486e08

View file

@ -18,6 +18,7 @@ extern mod opengles;
extern mod http_client;
extern mod hubbub;
extern mod sharegl;
extern mod cssparser (name = "css");
pub mod engine;