Skip to content

Commit

Permalink
chore: fix features of windows crate
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Sep 23, 2024
1 parent e4786af commit 0ce356d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 46 deletions.
46 changes: 1 addition & 45 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion packages/desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ regex = "1"

[target.'cfg(target_os = "windows")'.dependencies]
komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.28" }
windows = { version = "0.57", features = [
windows = { version = "0.58", features = [
"Win32_Globalization",
"Win32_System_Console",
"Win32_System_SystemServices",
"Win32_System_Threading",
"Win32_UI_WindowsAndMessaging",
"Win32_UI_Input_KeyboardAndMouse",
"Win32_UI_TextServices",
] }

[target.'cfg(target_os = "macos")'.dependencies]
Expand Down

0 comments on commit 0ce356d

Please sign in to comment.