servo: Merge #14021 - Remove the unused dependency on azure from gfx_traits (from servo:gfx-traits-azure); r=jdm

Source-Repo: https://github.com/servo/servo
Source-Revision: cff0f01c7076529178f355597e4981cc3fdc9136
This commit is contained in:
Ms2ger 2016-11-02 08:58:43 -05:00
Родитель 006da29587
Коммит 03c745d925
4 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -10,7 +10,6 @@ name = "gfx_traits"
path = "lib.rs"
[dependencies]
azure = {git = "https://github.com/servo/rust-azure", features = ["plugins"]}
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
plugins = {path = "../plugins"}

Просмотреть файл

@ -10,7 +10,6 @@
#![deny(unsafe_code)]
extern crate azure;
extern crate heapsize;
#[macro_use]
extern crate range;

1
servo/components/servo/Cargo.lock сгенерированный
Просмотреть файл

@ -831,7 +831,6 @@ dependencies = [
name = "gfx_traits"
version = "0.0.1"
dependencies = [
"azure 0.9.0 (git+https://github.com/servo/rust-azure)",
"heapsize 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
"heapsize_plugin 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"plugins 0.0.1",

1
servo/ports/cef/Cargo.lock сгенерированный
Просмотреть файл

@ -738,7 +738,6 @@ dependencies = [
name = "gfx_traits"
version = "0.0.1"
dependencies = [
"azure 0.9.0 (git+https://github.com/servo/rust-azure)",
"heapsize 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
"heapsize_plugin 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"plugins 0.0.1",