Skip to content

Commit 524d692

Browse files
gdk4-win32: Downgrade win32 crate
As it is an api break requiring changes to the win32 gir file and a bunch of work that can be done later
1 parent 3f630a2 commit 524d692

File tree

2 files changed

+12
-23
lines changed

2 files changed

+12
-23
lines changed

Cargo.lock

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

gdk4-win32/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ gio.workspace = true
2929
glib.workspace = true
3030
libc.workspace = true
3131
khronos-egl = {version = "6.0", optional = true}
32-
windows = { version = "0.58", features = [
32+
windows = { version = "0.56", features = [
3333
"Win32_Foundation",
3434
"Win32_UI_WindowsAndMessaging",
3535
], optional = true }

0 commit comments

Comments
 (0)