aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx
diff options
context:
space:
mode:
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"