Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuza committed Nov 3, 2024
1 parent cc2b37b commit 7d997ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ iced_aw = { version = "0.11.0", features = ["number_input", "menu"] }
notify-rust = "4.11.3"
open = "5.3.0"
portforwarder-rs = "0.1.1"
pty-process = {version = "0.4.0", features = ["async"]}
reqwest = "0.12.7"
rfd = "0.15.0"
scraper = "0.20.0"
Expand All @@ -26,6 +25,9 @@ unicode-segmentation = "1.0"
zip = { version = "2.2.0", features = ["deflate-flate2"] }
dragking = { git = "https://github.com/airstrike/dragking", branch = "on_drag_maybe"}

[target.'cfg(linux)'.dependencies]
pty-process = {version = "0.4.0", features = ["async"]}

[target.'cfg(windows)'.build-dependencies]
embed-resource = "2.1.1"
windows_exe_info = "0.4"

0 comments on commit 7d997ba

Please sign in to comment.