Skip to content

Commit

Permalink
gdk4-win32: Downgrade win32 crate
Browse files Browse the repository at this point in the history
As it is an api break requiring changes to the win32 gir file
and a bunch of work that can be done later
  • Loading branch information
bilelmoussaoui committed Jul 10, 2024
1 parent 4a94837 commit 6a5c8ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 23 deletions.
33 changes: 11 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gdk4-win32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gio.workspace = true
glib.workspace = true
libc.workspace = true
khronos-egl = {version = "6.0", optional = true}
windows = { version = "0.58", features = [
windows = { version = "0.56", features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging",
], optional = true }
Expand Down

0 comments on commit 6a5c8ef

Please sign in to comment.