Revert "Update webrender."

This reverts commit 2ca1b06e77.
This commit is contained in:
Josh Matthews 2020-08-04 19:15:52 -04:00
parent 549179bbd6
commit c1920357b0
8 changed files with 73 additions and 35 deletions

View file

@ -34,3 +34,8 @@ backtrace = { git = "https://github.com/servo/backtrace-rs", branch = "uwp-fix"
[patch."https://github.com/jrmuizel/raqote"]
raqote = { git = "https://github.com/jdm/raqote", branch = "fkup" }
# https://github.com/servo/servo/issues/27039#issuecomment-654400150
[patch."https://github.com/servo/webrender"]
webrender = { git = "https://github.com/jdm/webrender", branch = "crash-backtrace" }
webrender_api = { git = "https://github.com/jdm/webrender", branch = "crash-backtrace" }