Skip to content

Commit

Permalink
fix: Duplicated press events on windows (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko authored Jul 4, 2023
1 parent 1bc88e0 commit 8c6ce82
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
32 changes: 18 additions & 14 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ byteorder = "1.4.3"
chrono = "0.4.26"
clap = { version = "4.3.4", features = ["derive"] }
copypasta = "0.8.2"
crossterm = "0.26.1"
crossterm = "0.25.0"
futures = "0.3.28"
hexyl = "0.13.0"
lazy_static = "1.4.0"
regex = "1.8.4"
tokio = { version = "1.28", features = ["full", "tracing"] }
tracing = "0.1.37"
tracing-appender = "0.2.2"
tui = { package = "ratatui", version = "0.21.0", features = ["all-widgets"] }
tui = { package = "ratatui", version = "0.21.0" }
uuid = "1.3.4"

[build-dependencies]
Expand Down

0 comments on commit 8c6ce82

Please sign in to comment.