Add a new 'style' crate. (Empty for now.)

This commit is contained in:
Simon Sapin 2013-10-11 17:18:12 +01:00
parent 8d3c7a2ded
commit c0a5e8f6eb
4 changed files with 29 additions and 3 deletions

1
configure vendored
View file

@ -583,6 +583,7 @@ make_dir ${CFG_BUILD_DIR}src/components/msg
make_dir ${CFG_BUILD_DIR}src/components/net
make_dir ${CFG_BUILD_DIR}src/components/gfx
make_dir ${CFG_BUILD_DIR}src/components/script
make_dir ${CFG_BUILD_DIR}src/components/style
make_dir ${CFG_BUILD_DIR}src/components/main
make_dir src/test/html/ref
make_dir src/compiler/rust