Skip to content

Commit f30f5e9

Browse files
authored
Update to winit 0.30.7 (emilk#5516)
Fixes wrong cursor on Mac, among other things: https://github.com/rust-windowing/winit/releases/tag/v0.30.6
1 parent 7f71166 commit f30f5e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -4536,7 +4536,7 @@ version = "0.1.9"
45364536
source = "registry+https://github.com/rust-lang/crates.io-index"
45374537
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
45384538
dependencies = [
4539-
"windows-sys 0.59.0",
4539+
"windows-sys 0.48.0",
45404540
]
45414541

45424542
[[package]]
@@ -4834,9 +4834,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
48344834

48354835
[[package]]
48364836
name = "winit"
4837-
version = "0.30.5"
4837+
version = "0.30.7"
48384838
source = "registry+https://github.com/rust-lang/crates.io-index"
4839-
checksum = "0be9e76a1f1077e04a411f0b989cbd3c93339e1771cb41e71ac4aee95bfd2c67"
4839+
checksum = "dba50bc8ef4b6f1a75c9274fb95aa9a8f63fbc66c56f391bd85cf68d51e7b1a3"
48404840
dependencies = [
48414841
"ahash",
48424842
"android-activity",

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ web-sys = "0.3.70"
101101
web-time = "1.1.0" # Timekeeping for native and web
102102
wgpu = { version = "23.0.0", default-features = false }
103103
windows-sys = "0.59"
104-
winit = { version = "0.30.5", default-features = false }
104+
winit = { version = "0.30.7", default-features = false }
105105

106106
[workspace.lints.rust]
107107
unsafe_code = "deny"

0 commit comments

Comments
 (0)