Thu Nov 21 03:57:24 PM EST 2024

This commit is contained in:
Silas Bartha 2024-11-21 15:57:24 -05:00
parent c2d8977233
commit d16c3f67bb
Signed by: soaos
GPG Key ID: 9BD3DCC0D56A09B2

View File

@ -11,13 +11,16 @@ crossbeam-channel = "0.5"
downcast-rs = "1.2"
once_cell = "1.19"
bevy_headless_render = "0.1"
bevy_dither_post_process = "0.2"
ratatui = "0.28"
color-eyre = "0.6"
leafwing-input-manager = "0.15"
serde = "1.0"
smol_str = "0.2"
[dependencies.bevy_dither_post_process]
git = "https://github.com/exvacuum/bevy_dither_post_process"
branch = "wip"
[dependencies.bevy]
version = "0.14"
default-features = false