Update for webrender API change, and remove webrender specific hack

in display list building.
This commit is contained in:
Glenn Watson 2016-08-22 07:38:12 +10:00
parent f8b2be1ea4
commit 51cfccf189
3 changed files with 5 additions and 5 deletions

View file

@ -2579,7 +2579,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.5.1"
source = "git+https://github.com/servo/webrender#1c907208bcd4ad14f651383417a7031de92de6d4"
source = "git+https://github.com/servo/webrender#2e9cba1c471b353babfb3bd80ec00207bc93f171"
dependencies = [
"app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2604,7 +2604,7 @@ dependencies = [
[[package]]
name = "webrender_traits"
version = "0.5.1"
source = "git+https://github.com/servo/webrender#1c907208bcd4ad14f651383417a7031de92de6d4"
source = "git+https://github.com/servo/webrender#2e9cba1c471b353babfb3bd80ec00207bc93f171"
dependencies = [
"app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",