Skip to content

Commit

Permalink
update to the latest versions of tui-react and ratatui
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Mar 10, 2024
1 parent a94c7d3 commit 8ab4ee7
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 17 deletions.
55 changes: 45 additions & 10 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ chrono = { version = "0.4.31", default-features = false, features = ["std"] }
# 'tui' related
unicode-segmentation = { version = "1.3.0", optional = true }
unicode-width = { version = "0.1.5", optional = true }
crosstermion = { version = "0.13.0", default-features = false, optional = true }
tui = { package = "ratatui", version = "0.25.0", optional = true, default-features = false }
tui-react = { version = "0.22.0", optional = true }
crosstermion = { version = "0.14.0", default-features = false, optional = true }
tui = { package = "ratatui", version = "0.26.1", optional = true, default-features = false }
tui-react = { version = "0.23.2", optional = true }
open = { version = "5.0", optional = true }
wild = "2.0.4"
owo-colors = "4.0.0"
Expand All @@ -44,15 +44,15 @@ gix-path = "0.10.1"
bstr = "1.8.0"
simplelog = "0.12.1"
log = "0.4.20"
log-panics = { version = "2", features = ["with-backtrace"]}
log-panics = { version = "2", features = ["with-backtrace"] }
crossbeam = "0.8"

[[bin]]
name="dua"
path="src/main.rs"
name = "dua"
path = "src/main.rs"

[lib]
name="dua"
name = "dua"

[profile.release]
panic = 'abort'
Expand Down

0 comments on commit 8ab4ee7

Please sign in to comment.