diff --git a/Cargo.toml b/Cargo.toml index 9a226fe..7824759 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ bevy_ecs = "0" bevy_log = "0" clap = { version = "4", features = ["derive", "string"] } console-subscriber = { version = "0", optional = true } -ctrlc = { version = "3", features = ["termination"] } +ctrlc = "3" dirs = { version = "6", optional = true } futures = "0" futures-locks = "0"