mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Update WR (mac driver crash, box shadow sharing).
* Works around a driver / kernel crash on some mac machines. * Allow more sharing of box shadow and clip render tasks. * Some shader tidy ups.
This commit is contained in:
parent
f7d238d1f3
commit
a62dc9016f
2 changed files with 4 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3540,7 +3540,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "webrender"
|
||||
version = "0.50.0"
|
||||
source = "git+https://github.com/servo/webrender#eee6067ba4c9e3bb0edfe125919eee8163ba1de5"
|
||||
source = "git+https://github.com/servo/webrender#e7c60ad67ca9c0732be18c3df25b686f12d652ca"
|
||||
dependencies = [
|
||||
"app_units 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -3568,7 +3568,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "webrender_api"
|
||||
version = "0.50.0"
|
||||
source = "git+https://github.com/servo/webrender#eee6067ba4c9e3bb0edfe125919eee8163ba1de5"
|
||||
source = "git+https://github.com/servo/webrender#e7c60ad67ca9c0732be18c3df25b686f12d652ca"
|
||||
dependencies = [
|
||||
"app_units 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue