Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nadimkobeissi committed Apr 3, 2024
1 parent 8dfb8e0 commit d2ee53b
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 53 deletions.
98 changes: 47 additions & 51 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ strip = "symbols"

[dependencies]
winvd = "0.0.46"
inputbot = { git = "https://github.com/obv-mikhail/InputBot", branch = "develop" }
tray-item = "0.9.0"
tokio = { version="1.34.0", features = ["full"] }
winsafe = { version = "0.0.18", features = ["gui"] }
regex = "1.10.2"
json = "0.12.4"
open = "5.0.0"
inputbot = "0.6.0"

[build-dependencies]
embed-resource = "2.4.0"
1 change: 0 additions & 1 deletion src/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* SPDX-License-Identifier: MIT */

use json::object;
use open;
use winsafe::{self as w, co, gui, prelude::*};

use crate::config;
Expand Down

0 comments on commit d2ee53b

Please sign in to comment.