diff options
Diffstat (limited to 'components/compositing')
-rw-r--r-- | components/compositing/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/compositing/Cargo.toml b/components/compositing/Cargo.toml index bfd8e7578d8..c1dfc58938b 100644 --- a/components/compositing/Cargo.toml +++ b/components/compositing/Cargo.toml @@ -7,9 +7,6 @@ authors = ["The Servo Project Developers"] name = "compositing" path = "lib.rs" -[dependencies.app_units] -path = "../app_units" - [dependencies.gfx] path = "../gfx" @@ -74,6 +71,7 @@ version = "0.2" features = [ "serde_serialization" ] [dependencies] +app_units = "0.1" log = "0.3" num = "0.1.24" time = "0.1.17" |