mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Swap out lazy_static for std::sync::LazyLock
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -3048,7 +3048,6 @@ dependencies = [
|
||||
"cpal",
|
||||
"crossbeam",
|
||||
"jack",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"log",
|
||||
"midi-consts",
|
||||
@@ -3089,7 +3088,6 @@ dependencies = [
|
||||
"baseview 0.1.0 (git+https://github.com/RustAudio/baseview.git?rev=45465c5f46abed6c6ce370fffde5edc8e4cd5aa3)",
|
||||
"crossbeam",
|
||||
"egui-baseview",
|
||||
"lazy_static",
|
||||
"nih_plug",
|
||||
"parking_lot 0.12.3",
|
||||
"raw-window-handle 0.5.2",
|
||||
|
||||
Reference in New Issue
Block a user