Skip to content

Commit 5c5a183

Browse files
committed
gdk4-win32: Allow windows 0.61 and 0.62
1 parent 51f67f3 commit 5c5a183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdk4-win32/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gio.workspace = true
3131
glib.workspace = true
3232
libc.workspace = true
3333
khronos-egl = {version = "6.0", optional = true}
34-
windows = { version = "0.61", features = [
34+
windows = { version = ">= 0.61, <= 0.62", features = [
3535
"Win32_Foundation",
3636
"Win32_UI_WindowsAndMessaging",
3737
], optional = true }

0 commit comments

Comments
 (0)