mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
Update JACK to 0.13
Biggest changes are to logging and safety.
- Panics are caught at C/Rust boundary instead of crashing program
with no messages.
- Stack trace is usually printed.
- `log` crate logging is enabled by default. Use something like
https://docs.rs/env_logger/latest/env_logger/ with writing to file
to see debug logs.
This commit is contained in:
parent
0bf9002e6b
commit
6851240c8c
4 changed files with 253 additions and 213 deletions
|
|
@ -10,7 +10,7 @@ better-panic = "0.3.0"
|
|||
clap = { version = "4.5.4", features = [ "derive" ] }
|
||||
clojure-reader = "0.1.0"
|
||||
crossterm = "0.27"
|
||||
jack = "0.10"
|
||||
jack = "0.13"
|
||||
midly = "0.5"
|
||||
once_cell = "1.19.0"
|
||||
ratatui = { version = "0.26.3", features = [ "unstable-widget-ref", "underline-color" ] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue