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

View file

@ -21,6 +21,9 @@ DEPS_servo-sandbox += \
DEPS_rust-hubbub += \
libhubbub
DEPS_rust-css += \
libcss
CFLAGS_mozjs += \
"-I../mozjs/dist/include"