Fri Nov 22 02:38:55 PM EST 2024

This commit is contained in:
Silas Bartha 2024-11-22 14:38:55 -05:00
parent c3c7b1e592
commit f9ec686819
Signed by: soaos
GPG Key ID: 9BD3DCC0D56A09B2

View File

@ -21,7 +21,6 @@ aes = "0.8"
hex = "0.4"
hex-literal = "0.4"
uuid = "1.11"
strum = "0.26"
lazy_static = "1.5"
[dependencies.bevy]
@ -50,6 +49,10 @@ features = ["lua"]
git = "https://github.com/exvacuum/bevy_basic_interaction.git"
branch = "wip"
[dependencies.strum]
version = "0.26"
features = ["derive"]
[features]
default = ["yarnspinner"]
yarnspinner = ["dep:yarnspinner"]