diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-11-03 17:43:01 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-11-04 12:14:42 +0100 |
commit | 81ee81cbb03ef313e268a9401f5ffe06f0cfee82 (patch) | |
tree | 077ab31263d06cc79baf6e415794792df7cf9e81 /components/layout/lib.rs | |
parent | 651e40f33eff08f836b76024b77bddc77089490c (diff) | |
download | servo-81ee81cbb03ef313e268a9401f5ffe06f0cfee82.tar.gz servo-81ee81cbb03ef313e268a9401f5ffe06f0cfee82.zip |
Remove the direct azure dependencies from gfx, layout and layout_thread.
This does not cover transitive dependencies through canvas_traits, though that
should not be too hard to solve either.
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 c0131b5064a..8284f2fc835 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -16,7 +16,6 @@ #![plugin(plugins)] extern crate app_units; -extern crate azure; #[allow(unused_extern_crates)] #[macro_use] extern crate bitflags; |