28 lines
549 B
TOML
28 lines
549 B
TOML
[package]
|
|
name = "bevy_terminal_dialog"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
yarnspinner = "0.3"
|
|
textwrap = "0.16"
|
|
zalgo = "0.2"
|
|
arbitrary-chunks = "0.4"
|
|
unicode-segmentation = "1.11"
|
|
anyhow = "1.0"
|
|
downcast-rs = "1.2"
|
|
lazy_static = "1.5"
|
|
|
|
[dependencies.bevy_terminal_display]
|
|
git = "https://github.com/exvacuum/bevy_terminal_display.git"
|
|
branch = "wip"
|
|
|
|
[dependencies.bevy_basic_interaction]
|
|
git = "https://github.com/exvacuum/bevy_basic_interaction.git"
|
|
branch = "wip"
|
|
|
|
[dependencies.bevy]
|
|
version = "0.14"
|
|
default-features = false
|
|
|