Thu Nov 21 03:23:01 PM EST 2024

This commit is contained in:
Silas Bartha 2024-11-21 15:23:01 -05:00
parent fa92174703
commit 2dea6c61cb
Signed by: soaos
GPG Key ID: 9BD3DCC0D56A09B2

View File

@ -4,7 +4,6 @@ version = "0.2.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
bevy_terminal_display = "0.4"
yarnspinner = "0.3" yarnspinner = "0.3"
textwrap = "0.16" textwrap = "0.16"
zalgo = "0.2" zalgo = "0.2"
@ -14,9 +13,13 @@ anyhow = "1.0"
downcast-rs = "1.2" downcast-rs = "1.2"
lazy_static = "1.5" lazy_static = "1.5"
[dependencies.bevy_terminal_display]
git = "https://github.com/exvacuum/bevy_terminal_display.git"
branch = "wip"
[dependencies.bevy_basic_interaction] [dependencies.bevy_basic_interaction]
git = "https://github.com/exvacuum/bevy_basic_interaction.git" git = "https://github.com/exvacuum/bevy_basic_interaction.git"
tag = "v0.1.0" branch = "wip"
[dependencies.bevy] [dependencies.bevy]
version = "0.14" version = "0.14"