Skip to content

Commit

Permalink
Migrate to windows-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Dec 15, 2023
1 parent 64e1082 commit 162fb55
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 107 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ signal-hook = { version = "0.3", optional = true, default-features = false }
termios = { version = "0.3.3", optional = true }

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["consoleapi", "handleapi", "synchapi", "minwindef", "processenv", "std", "winbase", "wincon", "winerror", "winuser"] }
windows-sys = { version = "0.52.0", features = ["Win32_Foundation", "Win32_System_Console", "Win32_Security", "Win32_System_Threading", "Win32_UI_Input_KeyboardAndMouse"] }
clipboard-win = "5.0"

[dev-dependencies]
Expand Down
Loading

0 comments on commit 162fb55

Please sign in to comment.