feat: finish replay recording automatically on exit
Some checks failed
Lint / Cargo.toml (push) Has been cancelled
Lint / Rust (push) Has been cancelled
Build / errornowatcher (push) Has been cancelled

This commit is contained in:
2025-03-11 20:03:51 -04:00
parent d8ac556884
commit 90512d631d
3 changed files with 36 additions and 20 deletions

View File

@@ -26,6 +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"] }
futures = "0"
futures-locks = "0"
http-body-util = "0"