mirror of
https://github.com/lightsoutgames/bevy_full_throttle
synced 2024-11-12 23:45:56 +00:00
fix: Remove Termination feature so handler only runs on ctrl-c.
This commit is contained in:
parent
6ad79336ee
commit
37a074d6c2
|
@ -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"] }
|
||||
|
|
Loading…
Reference in New Issue
Block a user