diff options
author | 2024-11-21 15:51:01 -0500 | |
---|---|---|
committer | 2024-11-21 15:51:01 -0500 | |
commit | d46091b913f39ede46113b4dcfe35e49100f116b (patch) | |
tree | 65e6890817875c230c7b6fef9f663714da248178 | |
parent | 2dea6c61cb089e57211a5f5f2ddb7b5c07bb0a4e (diff) |
Thu Nov 21 03:51:01 PM EST 2024
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,6 @@ version = "0.2.0" edition = "2021" [dependencies] -yarnspinner = "0.3" textwrap = "0.16" zalgo = "0.2" arbitrary-chunks = "0.4" @@ -21,6 +20,9 @@ branch = "wip" git = "https://github.com/exvacuum/bevy_basic_interaction.git" branch = "wip" +[dependencies.yarnspinner] +git = "https://github.com/YarnSpinnerTool/YarnSpinner-Rust" + [dependencies.bevy] version = "0.14" default-features = false |