[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