Skip to content

Commit

Permalink
chore: windows-rs downgraded to v0.52
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangweb committed Oct 16, 2024
1 parent 45bcaec commit bb8e921
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions crates/drag/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,7 @@ gdkx11 = "0.18.0"
[target."cfg(target_os = \"windows\")".dependencies]
dunce.workspace = true
windows-core = "0.58"

[target."cfg(target_os = \"windows\")".dependencies.windows]
version = "0.58.0"
features = [
"implement",
"Win32_Foundation",
"Win32_Graphics_Gdi",
"Win32_System_Com",
"Win32_System_Com_StructuredStorage",
"Win32_System_Ole",
"Win32_System_Memory",
"Win32_System_SystemServices",
"Win32_UI_Shell",
"Win32_UI_Shell_Common",
"Win32_UI_WindowsAndMessaging",
"Win32_Graphics_Imaging",
"Win32_Graphics_Gdi"
]
windows = { version = "0.52", features = [ "implement", "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_System_Com", "Win32_System_Com_StructuredStorage", "Win32_System_Ole", "Win32_System_Memory", "Win32_System_SystemServices", "Win32_UI_Shell", "Win32_UI_Shell_Common", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Imaging", "Win32_Graphics_Gdi" ] }

[features]
serde = [ "dep:serde" ]

0 comments on commit bb8e921

Please sign in to comment.