Log backtraces in panics
This commit is contained in:
parent
f49189b424
commit
367cafba26
|
@ -69,7 +69,7 @@ clap-sys = { git = "https://github.com/robbert-vdh/clap-sys", branch = "update/c
|
||||||
crossbeam = "0.8"
|
crossbeam = "0.8"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
log = { version = "0.4", features = ["std", "release_max_level_info"] }
|
log = { version = "0.4", features = ["std", "release_max_level_info"] }
|
||||||
log-panics = "2.0"
|
log-panics = { version = "2.0", features = ["with-backtrace"] }
|
||||||
midi-consts = "0.1"
|
midi-consts = "0.1"
|
||||||
parking_lot = "0.12"
|
parking_lot = "0.12"
|
||||||
raw-window-handle = "0.4"
|
raw-window-handle = "0.4"
|
||||||
|
|
Loading…
Reference in a new issue