Silas Bartha 671f74cff8
All checks were successful
Build / Build (push) Successful in 1h14m44s
Added build action
2025-03-19 07:13:24 -04:00

29 lines
594 B
TOML

[package]
name = "bevy_terminal_dialog"
version = "0.2.2"
edition = "2021"
[dependencies]
textwrap = "0.16"
zalgo = "0.2"
arbitrary-chunks = "0.4"
unicode-segmentation = "1.12"
anyhow = "1.0"
downcast-rs = "2.0"
lazy_static = "1.5"
[dependencies.bevy_terminal_display]
git = "https://git.soaos.dev/soaos/bevy_terminal_display"
[dependencies.bevy_basic_interaction]
git = "https://git.soaos.dev/soaos/bevy_basic_interaction"
tag = "v0.2.0"
[dependencies.yarnspinner]
git = "https://github.com/YarnSpinnerTool/YarnSpinner-Rust"
[dependencies.bevy]
version = "0.15"
default-features = false