chore(deps): disable termination feature for ctrlc
This commit is contained in:
parent
e213578646
commit
cc03ba6e72
@ -26,7 +26,7 @@ bevy_ecs = "0"
|
|||||||
bevy_log = "0"
|
bevy_log = "0"
|
||||||
clap = { version = "4", features = ["derive", "string"] }
|
clap = { version = "4", features = ["derive", "string"] }
|
||||||
console-subscriber = { version = "0", optional = true }
|
console-subscriber = { version = "0", optional = true }
|
||||||
ctrlc = { version = "3", features = ["termination"] }
|
ctrlc = "3"
|
||||||
dirs = { version = "6", optional = true }
|
dirs = { version = "6", optional = true }
|
||||||
futures = "0"
|
futures = "0"
|
||||||
futures-locks = "0"
|
futures-locks = "0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user