Fri Nov 22 02:38:55 PM EST 2024
This commit is contained in:
parent
c3c7b1e592
commit
f9ec686819
@ -21,7 +21,6 @@ aes = "0.8"
|
|||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
hex-literal = "0.4"
|
hex-literal = "0.4"
|
||||||
uuid = "1.11"
|
uuid = "1.11"
|
||||||
strum = "0.26"
|
|
||||||
lazy_static = "1.5"
|
lazy_static = "1.5"
|
||||||
|
|
||||||
[dependencies.bevy]
|
[dependencies.bevy]
|
||||||
@ -50,6 +49,10 @@ features = ["lua"]
|
|||||||
git = "https://github.com/exvacuum/bevy_basic_interaction.git"
|
git = "https://github.com/exvacuum/bevy_basic_interaction.git"
|
||||||
branch = "wip"
|
branch = "wip"
|
||||||
|
|
||||||
|
[dependencies.strum]
|
||||||
|
version = "0.26"
|
||||||
|
features = ["derive"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["yarnspinner"]
|
default = ["yarnspinner"]
|
||||||
yarnspinner = ["dep:yarnspinner"]
|
yarnspinner = ["dep:yarnspinner"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user