merge stash into wip
This commit is contained in:
parent
d46091b913
commit
f31bd7d82a
16
Cargo.toml
16
Cargo.toml
@ -4,26 +4,24 @@ version = "0.2.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
bevy_terminal_display = "0.6"
|
||||||
textwrap = "0.16"
|
textwrap = "0.16"
|
||||||
zalgo = "0.2"
|
zalgo = "0.2"
|
||||||
arbitrary-chunks = "0.4"
|
arbitrary-chunks = "0.4"
|
||||||
unicode-segmentation = "1.11"
|
unicode-segmentation = "1.12"
|
||||||
anyhow = "1.0"
|
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://git.exvacuum.dev/bevy_basic_interaction"
|
||||||
branch = "wip"
|
tag = "v0.2.0"
|
||||||
|
|
||||||
[dependencies.yarnspinner]
|
[depedencies.yarnspinner]
|
||||||
git = "https://github.com/YarnSpinnerTool/YarnSpinner-Rust"
|
git = "https://github.com/YarnSpinnerTool/YarnSpinner-Rust
|
||||||
|
|
||||||
[dependencies.bevy]
|
[dependencies.bevy]
|
||||||
version = "0.14"
|
version = "0.15"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user