Update WR (pre-multiply images).

This commit is contained in:
Glenn Watson 2017-03-10 11:06:59 +10:00
parent ec3142e811
commit 2b4511e3c6
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -3164,7 +3164,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.23.0"
source = "git+https://github.com/servo/webrender#bfef6dbb9fe69a8c408568c85b392186d3853477"
source = "git+https://github.com/servo/webrender#94f255dfae21d9e66041a07f5fbcf2cdd2c73208"
dependencies = [
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 1.0.0-alpha2 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3192,7 +3192,7 @@ dependencies = [
[[package]]
name = "webrender_traits"
version = "0.24.0"
source = "git+https://github.com/servo/webrender#bfef6dbb9fe69a8c408568c85b392186d3853477"
source = "git+https://github.com/servo/webrender#94f255dfae21d9e66041a07f5fbcf2cdd2c73208"
dependencies = [
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",