Adapt raw_window_handle 0.4 for nih_plug_egui

NIH-plug switched to version 0.5, so this adapter is needed for this
version of nih_plug_egui.
This commit is contained in:
Robbert van der Helm
2023-11-05 16:43:10 +01:00
parent b794cdeafe
commit a16cbd6aad
3 changed files with 33 additions and 1 deletions

1
Cargo.lock generated
View File

@@ -2919,6 +2919,7 @@ dependencies = [
"lazy_static",
"nih_plug",
"parking_lot 0.12.1",
"raw-window-handle 0.4.3",
"serde",
]