diff options
author | Alan Jeffrey <ajeffrey@mozilla.com> | 2016-12-14 10:37:58 -0600 |
---|---|---|
committer | Alan Jeffrey <ajeffrey@mozilla.com> | 2016-12-14 18:04:37 -0600 |
commit | 9be4fd56ce5467ce6d0e48c6efda9eb26f40eb7a (patch) | |
tree | 93d46ce512414914439920505f41467ffbc17e95 /components/gfx/lib.rs | |
parent | 01b6ad55bd435bc4f58e5eab2e8adb7e4febb50a (diff) | |
download | servo-9be4fd56ce5467ce6d0e48c6efda9eb26f40eb7a.tar.gz servo-9be4fd56ce5467ce6d0e48c6efda9eb26f40eb7a.zip |
Removed util.
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r-- | components/gfx/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index 32fd79875ea..3095074b126 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -63,6 +63,7 @@ extern crate rustc_serialize; extern crate serde; #[macro_use] extern crate serde_derive; +extern crate servo_geometry; extern crate servo_url; #[macro_use] extern crate servo_atoms; #[cfg(any(target_arch = "x86_64", target_arch = "aarch64"))] @@ -72,7 +73,6 @@ extern crate style; extern crate style_traits; extern crate time; extern crate unicode_script; -extern crate util; extern crate webrender_traits; extern crate xi_unicode; |