diff options
author | Emilio Cobos Álvarez <ecoal95@gmail.com> | 2016-07-09 22:43:52 -0700 |
---|---|---|
committer | Emilio Cobos Álvarez <ecoal95@gmail.com> | 2016-07-20 09:05:53 -0700 |
commit | 0b67b218d0c8dc48a5301227802296aff98af6d7 (patch) | |
tree | 50988441e1577dcfa61d1581318b34255e3a2c07 /components/layout/lib.rs | |
parent | 2e68821014053ebf547818e017c423a5d52717d5 (diff) | |
download | servo-0b67b218d0c8dc48a5301227802296aff98af6d7.tar.gz servo-0b67b218d0c8dc48a5301227802296aff98af6d7.zip |
style: Add a new Timer structure to the shared style context, and basic infrastructure for controlling animations.
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index f05b21c3628..b6f10c7fa89 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -50,7 +50,6 @@ extern crate smallvec; #[macro_use(atom, ns)] extern crate string_cache; extern crate style; extern crate style_traits; -extern crate time; extern crate unicode_bidi; extern crate unicode_script; extern crate url; |