diff options
author | Glenn Watson <gw@intuitionlibrary.com> | 2015-10-01 11:45:35 +1000 |
---|---|---|
committer | Glenn Watson <gw@intuitionlibrary.com> | 2015-10-01 11:45:35 +1000 |
commit | 1999ea5e4394f2bf74b68e937affb51f57d302dc (patch) | |
tree | 36bb5d1235d34963f25d3519b7d926146b770631 /components/script_traits | |
parent | 35888e5a1d48511ec54ddf8c58f1c7b0c47c5d3c (diff) | |
download | servo-1999ea5e4394f2bf74b68e937affb51f57d302dc.tar.gz servo-1999ea5e4394f2bf74b68e937affb51f57d302dc.zip |
Update servo to use published app units crate
Diffstat (limited to 'components/script_traits')
-rw-r--r-- | components/script_traits/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/script_traits/Cargo.toml b/components/script_traits/Cargo.toml index 6c8d79567b0..d038ce36f39 100644 --- a/components/script_traits/Cargo.toml +++ b/components/script_traits/Cargo.toml @@ -7,9 +7,6 @@ authors = ["The Servo Project Developers"] name = "script_traits" path = "lib.rs" -[dependencies.app_units] -path = "../app_units" - [dependencies.msg] path = "../msg" @@ -36,6 +33,7 @@ version = "0.2" features = [ "serde_serialization" ] [dependencies] +app_units = "0.1" libc = "0.1" euclid = "0.2" serde = "0.6" |