Add panic logging test

This commit is contained in:
Ebu
2025-12-02 10:36:07 +01:00
parent 853b60e126
commit e170c0a99e
5 changed files with 54 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ crossbeam = "0.8.4"
femtovg = "0.18.1"
serde = { version = "1.0.228", features = ["derive"] }
image = { version = "0.25.9", default-features = false, features = ["png"] }
log = "0.4.28"
[workspace]
members = ["ebu-dsp"]