diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-11-05 07:26:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-05 07:26:30 -0500 |
commit | f7875dad1a43792ff3869f292990d03d30ebd9eb (patch) | |
tree | 9b792ce7df6f67522e6273b2e7b9686badacb933 /components/gfx/lib.rs | |
parent | 516be8f85c0c79b16c3841c60d887661abe91e81 (diff) | |
parent | 81ee81cbb03ef313e268a9401f5ffe06f0cfee82 (diff) | |
download | servo-f7875dad1a43792ff3869f292990d03d30ebd9eb.tar.gz servo-f7875dad1a43792ff3869f292990d03d30ebd9eb.zip |
Auto merge of #14060 - servo:gfx-azure, r=nox
Remove the direct azure dependencies from gfx, layout and layout_thread.
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14060)
<!-- Reviewable:end -->
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r-- | components/gfx/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index adf15b13c16..700ed171dd6 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -18,7 +18,6 @@ extern crate alloc; extern crate app_units; -extern crate azure; #[allow(unused_extern_crates)] #[macro_use] extern crate bitflags; |