diff --git a/Cargo.toml b/Cargo.toml index 884a995..cad6065 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]