diff options
author | 2024-12-23 23:52:17 -0500 | |
---|---|---|
committer | 2024-12-23 23:52:17 -0500 | |
commit | f31bd7d82a92307a2141024262f6101f1f7e3071 (patch) | |
tree | 62da30af6c56df0ce09835e747077cefdc121a32 | |
parent | d46091b913f39ede46113b4dcfe35e49100f116b (diff) |
merge stash into wip
-rw-r--r-- | Cargo.toml | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -4,26 +4,24 @@ version = "0.2.0" edition = "2021" [dependencies] +bevy_terminal_display = "0.6" textwrap = "0.16" zalgo = "0.2" arbitrary-chunks = "0.4" -unicode-segmentation = "1.11" +unicode-segmentation = "1.12" 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" +git = "https://git.exvacuum.dev/bevy_basic_interaction" +tag = "v0.2.0" -[dependencies.yarnspinner] -git = "https://github.com/YarnSpinnerTool/YarnSpinner-Rust" +[depedencies.yarnspinner] +git = "https://github.com/YarnSpinnerTool/YarnSpinner-Rust [dependencies.bevy] -version = "0.14" +version = "0.15" default-features = false |