Skip to content

Commit

Permalink
Merge pull request #753 from printfn/windows-sys
Browse files Browse the repository at this point in the history
Migrate to windows-sys
  • Loading branch information
gwenn authored Dec 16, 2023
2 parents 64e1082 + 162fb55 commit c01855a
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 c01855a

Please sign in to comment.