Skip to content

Commit 231ab8d

Browse files
committed
feat: version bump for ratatui, bevy_ratatui, bevy_ratatui_render
1 parent e73f673 commit 231ab8d

File tree

2 files changed

+29
-22
lines changed

2 files changed

+29
-22
lines changed

Cargo.lock

Lines changed: 26 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ keywords = ["bevy", "ratatui", "terminal", "tui", "screensaver"]
1414
[dependencies]
1515
avian2d = "0.1.1"
1616
bevy = "0.14.2"
17-
bevy_ratatui = "0.6.3"
18-
bevy_ratatui_render = "0.5.7"
17+
bevy_ratatui = "0.6.4"
18+
bevy_ratatui_render = "0.6.0"
1919
clap = { version = "4.5.13", features = ["derive"] }
2020
rand = "0.8.5"
2121
rand_chacha = "0.3.1"
22-
ratatui = "0.28.1"
22+
ratatui = "0.29.0"
2323

2424
[lints.clippy]
2525
too_many_arguments = "allow"

0 commit comments

Comments
 (0)