mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Use backtrace fork with UWP-specific fix.
This commit is contained in:
parent
6a9aac3e65
commit
22d0117ea3
2 changed files with 4 additions and 2 deletions
|
@ -29,6 +29,9 @@ opt-level = 3
|
|||
# This is here to dedupe winapi since mio 0.6 is still using winapi 0.2.
|
||||
mio = { git = "https://github.com/servo/mio.git", branch = "servo-mio-0.6.22" }
|
||||
|
||||
# https://github.com/rust-lang/backtrace-rs/pull/363/
|
||||
backtrace = { git = "https://github.com/servo/backtrace-rs", branch = "uwp-fix" }
|
||||
|
||||
# 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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue