Update WR (handle text runs requiring batch splits, clip optimizations).

This commit is contained in:
Glenn Watson 2017-09-12 15:36:26 +10:00
parent 7f4cb1861b
commit 314384f765

4
Cargo.lock generated
View file

@ -3587,7 +3587,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.50.0"
source = "git+https://github.com/servo/webrender#3d58efaecdc5897de057beab57adc031bc2e187e"
source = "git+https://github.com/servo/webrender#cd1855550857b910f752359b48c5cc053419c358"
dependencies = [
"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)",
@ -3615,7 +3615,7 @@ dependencies = [
[[package]]
name = "webrender_api"
version = "0.50.0"
source = "git+https://github.com/servo/webrender#3d58efaecdc5897de057beab57adc031bc2e187e"
source = "git+https://github.com/servo/webrender#cd1855550857b910f752359b48c5cc053419c358"
dependencies = [
"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)",