Split layout code into a separate crate.

This commit is contained in:
Josh Matthews 2014-06-28 08:12:34 -04:00
parent 9f915e9e42
commit 23968efbd1
33 changed files with 259 additions and 216 deletions

1
configure vendored
View file

@ -608,6 +608,7 @@ make_dir ${CFG_BUILD_DIR}src/components/embedding
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/layout
make_dir ${CFG_BUILD_DIR}src/components/script
make_dir ${CFG_BUILD_DIR}src/components/style
make_dir ${CFG_BUILD_DIR}src/components/main