servo: Merge #15647 - Do not use plugins in azure anymore (from nox:azure); r=SimonSapin

Source-Repo: https://github.com/servo/servo
Source-Revision: 5c73b374cb7e41b33e076c3e04fe30b1eb91e7b1

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : c49aeb206d9f3b4a38afa93c3c6efc2d6bf5a795
This commit is contained in:
Anthony Ramine 2017-02-19 02:09:20 -08:00
Родитель 7cf1fe31f8
Коммит 72124f669d
2 изменённых файлов: 1 добавлений и 5 удалений

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

@ -105,11 +105,7 @@ dependencies = [
"core-text 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"freetype 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"heapsize_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
"servo-egl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"servo-freetype-sys 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"servo-skia 0.30000003.0 (registry+https://github.com/rust-lang/crates.io-index)",

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

@ -10,7 +10,7 @@ name = "canvas"
path = "lib.rs"
[dependencies]
azure = {git = "https://github.com/servo/rust-azure", features = ["plugins"]}
azure = {git = "https://github.com/servo/rust-azure"}
canvas_traits = {path = "../canvas_traits"}
cssparser = {version = "0.10", features = ["heapsize", "serde"]}
euclid = "0.11"