aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx
diff options
context:
space:
mode:
authorGlenn Watson <gw@intuitionlibrary.com>2015-10-01 11:45:35 +1000
committerGlenn Watson <gw@intuitionlibrary.com>2015-10-01 11:45:35 +1000
commit1999ea5e4394f2bf74b68e937affb51f57d302dc (patch)
tree36bb5d1235d34963f25d3519b7d926146b770631 /components/gfx
parent35888e5a1d48511ec54ddf8c58f1c7b0c47c5d3c (diff)
downloadservo-1999ea5e4394f2bf74b68e937affb51f57d302dc.tar.gz
servo-1999ea5e4394f2bf74b68e937affb51f57d302dc.zip
Update servo to use published app units crate
Diffstat (limited to 'components/gfx')
-rw-r--r--components/gfx/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/components/gfx/Cargo.toml b/components/gfx/Cargo.toml
index 227f96ecac7..204386757db 100644
--- a/components/gfx/Cargo.toml
+++ b/components/gfx/Cargo.toml
@@ -9,6 +9,7 @@ name = "gfx"
path = "lib.rs"
[dependencies]
+app_units = "0.1"
bitflags = "0.3"
euclid = "0.2"
fnv = "1.0"
@@ -25,9 +26,6 @@ string_cache = "0.1"
time = "0.1.12"
unicode-script = { version = "0.1", features = ["harfbuzz"] }
-[dependencies.app_units]
-path = "../app_units"
-
[dependencies.plugins]
path = "../plugins"