Update WR (radial gradient + clip, glyph cache opts, remove nested APIs).

This commit is contained in:
Glenn Watson 2017-10-06 12:22:25 +10:00
parent 90d0afc614
commit 1a7c146a8b

5
Cargo.lock generated
View file

@ -3613,7 +3613,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender" name = "webrender"
version = "0.52.0" version = "0.52.0"
source = "git+https://github.com/servo/webrender#29d325f54bbead84e97dcf7dc536463c45f8eece" source = "git+https://github.com/servo/webrender#faa9cfe116aa7b536623551ed3c97cdd427263b9"
dependencies = [ dependencies = [
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3641,7 +3641,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender_api" name = "webrender_api"
version = "0.52.0" version = "0.52.0"
source = "git+https://github.com/servo/webrender#29d325f54bbead84e97dcf7dc536463c45f8eece" source = "git+https://github.com/servo/webrender#faa9cfe116aa7b536623551ed3c97cdd427263b9"
dependencies = [ dependencies = [
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3651,7 +3651,6 @@ dependencies = [
"core-graphics 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"dwrote 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "dwrote 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)",
"fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",