Skip to content

Commit 8666b6f

Browse files
committed
ci: point winit to pml68/winit
1 parent bc7290c commit 8666b6f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ web-sys = "0.3.69"
213213
web-time = "1.1"
214214
wgpu = "24.0"
215215
window_clipboard = "0.4.1"
216-
winit = { git = "https://github.com/iced-rs/winit.git", rev = "11414b6aa45699f038114e61b4ddf5102b2d3b4b" }
216+
# TODO: switch back to iced-rs/winit if merged
217+
winit = { git = "https://github.com/pml68/winit.git", rev = "30deb1b4641b9ec0d4568bd8b521c7419d3a172a" }
217218

218219
[workspace.lints.rust]
219220
rust_2018_idioms = { level = "deny", priority = -1 }

0 commit comments

Comments
 (0)