fix: ctrl+c in tty

This commit is contained in:
Nova
2023-06-21 01:47:10 -04:00
parent 927e1c48e2
commit 668c32f583
3 changed files with 34 additions and 7 deletions

View File

@@ -58,6 +58,7 @@ tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
global_counter = "0.2.2"
rand = "0.8.5"
atty = "0.2.14"
[dependencies.stereokit]
default-features = false