Silas Bartha 985e10689d
All checks were successful
Build / Build (push) Successful in 1h2m29s
option selection event handling
2025-04-01 20:45:09 -04:00

35 lines
622 B
TOML

[package]
name = "bevy_terminal_dialog"
version = "0.2.2"
edition = "2021"
[profile.dev]
opt-level = 1
[profile.dev.package.'*']
opt-level = 2
[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]
version = "0.7"
[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