Update servo to use published app units crate

This commit is contained in:
Glenn Watson 2015-10-01 11:45:35 +10:00
parent 35888e5a1d
commit 1999ea5e43
11 changed files with 52 additions and 39 deletions

View file

@ -7,9 +7,6 @@ authors = ["The Servo Project Developers"]
name = "layout"
path = "lib.rs"
[dependencies.app_units]
path = "../app_units"
[dependencies.azure]
git = "https://github.com/servo/rust-azure"
@ -70,6 +67,7 @@ version = "0.2"
features = [ "serde_serialization" ]
[dependencies]
app_units = "0.1"
log = "0.3"
encoding = "0.2"
fnv = "1.0"