Skip to content

Commit 490c215

Browse files
committed
Work around bug in winit 0.24 crashing servo headless in macOS.
1 parent 84b06ab commit 490c215

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

Cargo.lock

+9-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ opt-level = 3
2828

2929
# This is here to dedupe winapi since mio 0.6 is still using winapi 0.2.
3030
mio = { git = "https://github.com/servo/mio.git", branch = "servo-mio-0.6.22" }
31+
# Work around bug in winit 0.24 crashing servo headless in macOS
32+
winit = { git = "https://github.com/rust-windowing/winit.git", rev = "4192d04a53202c199f94d1b7d883a34c9ad09272" }
3133

3234
[patch."https://github.com/jrmuizel/raqote"]
3335
raqote = { git = "https://github.com/jdm/raqote", branch = "fkup" }

0 commit comments

Comments
 (0)