diff options
author | Silas Bartha <silas@exvacuum.dev> | 2024-12-20 08:00:20 -0500 |
---|---|---|
committer | Silas Bartha <silas@exvacuum.dev> | 2024-12-20 08:00:20 -0500 |
commit | 39e8be3872232d929c4ccaa1b595bf61d656b2fe (patch) | |
tree | 7faabac275844e271ef92650b98cca58a059582e /Cargo.toml | |
parent | 0d7e360c7999f4470eb0096bb4e239ac8be47d87 (diff) |
Vanilla Input System Integration
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |