chore: Bump winit to 0.26.0, run `cargo update` to resolve conflicts

This commit is contained in:
TÖRÖK Attila 2021-12-04 18:16:50 +01:00 committed by relrelb
parent 750e266194
commit 4b587edf7f
2 changed files with 332 additions and 359 deletions

689
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@ ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }
env_logger = { version = "0.9", default-features = false, features = ["humantime", "regex"] }
generational-arena = "0.2.8"
log = "0.4"
winit = "0.25.0"
winit = "0.26.0"
webbrowser = "0.5.5"
url = "2.2.2"
clipboard = "0.5.0"