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

@@ -5,3 +5,6 @@ edition = "2024"
[dependencies]
nih_plug = { git = "https://github.com/robbert-vdh/nih-plug", version = "0.0.0", default-features = false }
log = "0.4.28"
simplelog = "0.12.2"
crossbeam = "0.8.4"