dfpworm start

This commit is contained in:
Haze Weathers 2025-09-16 14:47:30 -06:00
parent ac98cbe6c7
commit 30c6bf5f6f
7 changed files with 280 additions and 21 deletions

10
Cargo.lock generated
View file

@ -152,15 +152,6 @@ version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]]
name = "assert_no_alloc"
version = "1.1.2"
source = "git+https://github.com/robbert-vdh/rust-assert-no-alloc.git?branch=feature%2Fnested-permit-forbid#a6fb4f62b9624715291e320ea5f0f70e73b035cf"
dependencies = [
"backtrace",
"log",
]
[[package]]
name = "async-broadcast"
version = "0.5.1"
@ -1823,7 +1814,6 @@ source = "git+https://github.com/robbert-vdh/nih-plug.git#28b149ec4d62757d0b4488
dependencies = [
"anyhow",
"anymap3",
"assert_no_alloc",
"atomic_float 0.1.0",
"atomic_refcell",
"backtrace",