aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <silas@exvacuum.dev>2024-12-20 08:00:20 -0500
committerLibravatar Silas Bartha <silas@exvacuum.dev>2024-12-20 08:00:20 -0500
commit39e8be3872232d929c4ccaa1b595bf61d656b2fe (patch)
tree7faabac275844e271ef92650b98cca58a059582e /Cargo.toml
parent0d7e360c7999f4470eb0096bb4e239ac8be47d87 (diff)
Vanilla Input System Integration
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 119c922..cb7d6ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ repository = "https://github.com/exvacuum/bevy_terminal_display"
crossbeam-channel = "0.5"
downcast-rs = "1.2"
once_cell = "1.19"
-ratatui = "0.28"
+ratatui = "0.29"
color-eyre = "0.6"
leafwing-input-manager = "0.15"
serde = "1.0"