Thu Nov 21 04:08:03 PM EST 2024

This commit is contained in:
Silas Bartha 2024-11-21 16:08:03 -05:00
parent d16c3f67bb
commit 43b32ff175
Signed by: soaos
GPG Key ID: 9BD3DCC0D56A09B2

View File

@ -10,13 +10,15 @@ repository = "https://github.com/exvacuum/bevy_terminal_display"
crossbeam-channel = "0.5"
downcast-rs = "1.2"
once_cell = "1.19"
bevy_headless_render = "0.1"
ratatui = "0.28"
color-eyre = "0.6"
leafwing-input-manager = "0.15"
serde = "1.0"
smol_str = "0.2"
[dependencies.bevy_headless_render]
git = "https://github.com/exvacuum/bevy_headless_render"
[dependencies.bevy_dither_post_process]
git = "https://github.com/exvacuum/bevy_dither_post_process"
branch = "wip"