Skip to content

Commit df1d4a7

Browse files
committed
chore(deps): update winit to 0.30 and raw-window-handle to 0.6
- Update winit from 0.28 to 0.30 - Update raw-window-handle from 0.5 to 0.6 - Migrate 16_full_metal_app example to new winit ApplicationHandler API - Update keyboard handling from VirtualKeyCode to KeyCode - Use HasWindowHandle trait instead of HasRawWindowHandle Closes #111, closes #112
1 parent d19bd8c commit df1d4a7

2 files changed

Lines changed: 194 additions & 139 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ macos_26_0 = ["macos_15_2"]
5555
[dev-dependencies]
5656
png = "0.18"
5757
tokio = { version = "1", features = ["sync", "rt", "rt-multi-thread", "macros", "test-util"] }
58-
winit = "0.28"
59-
raw-window-handle = "0.5"
58+
winit = "0.30"
59+
raw-window-handle = "0.6"
6060

6161
[package.metadata.docs.rs]
6262
# Build documentation with all features enabled

0 commit comments

Comments
 (0)