diff --git a/Cargo.toml b/Cargo.toml index 40759d7..140a93f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" [dependencies] bevy = { version = "0.9", default-features = false } -ctrlc = { version = "3", features = ["termination"] } +ctrlc = "3" [target.'cfg(windows)'.dependencies] windows = { version = "0.44", features = ["Win32_Foundation", "Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] }