Swap out lazy_static for std::sync::LazyLock

This commit is contained in:
Robbert van der Helm
2024-08-18 21:37:10 +02:00
parent 31711785e6
commit 61c79ab610
7 changed files with 16 additions and 18 deletions

2
Cargo.lock generated
View File

@@ -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",