Skip to content

Commit

Permalink
dep(gui): remove unused deps (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenesvk authored May 27, 2024
1 parent bb925fb commit 7af8ac8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ windows-sys = { version = "0.52.0", features = [
"Wdk_System_SystemServices",
], optional=true }
native-windows-gui = { version = "1.0.13", default_features = false}
native-windows-derive = { version = "1.0.5", default_features = false, optional = true }
regex = { version = "1.10.4", optional = true }
kanata-interception = { version = "0.2.0", optional = true }
muldiv = { version = "1.0.1", optional = true }
Expand All @@ -125,8 +124,12 @@ simulated_output = ["indoc"]
simulated_input = ["indoc"]
passthru_ahk = ["simulated_input","simulated_output"]
wasm = [ "instant/wasm-bindgen" ]
gui = ["win_manifest","native-windows-derive","kanata-parser/gui","native-windows-gui/tray-notification","native-windows-gui/message-window","native-windows-gui/menu","native-windows-gui/cursor","native-windows-gui/high-dpi","native-windows-gui/embed-resource","native-windows-gui/image-decoder","native-windows-gui/notice","native-windows-gui/animation-timer","muldiv","strip-ansi-escapes","dep:windows-sys","win_sendinput_send_scancodes","win_llhook_read_scancodes",
gui = ["win_manifest","kanata-parser/gui",
"win_sendinput_send_scancodes","win_llhook_read_scancodes",
"muldiv","strip-ansi-escapes",
"dep:windows-sys",
"winapi/processthreadsapi",
"native-windows-gui/tray-notification","native-windows-gui/message-window","native-windows-gui/menu","native-windows-gui/cursor","native-windows-gui/high-dpi","native-windows-gui/embed-resource","native-windows-gui/image-decoder","native-windows-gui/notice","native-windows-gui/animation-timer",
]

[profile.release]
Expand Down

0 comments on commit 7af8ac8

Please sign in to comment.