initial event loop implementation for macOS

This commit is contained in:
max
2023-01-01 20:14:55 +02:00
parent ab9adaf13e
commit 9fd88ffd48
4 changed files with 147 additions and 4 deletions

2
Cargo.lock generated
View File

@@ -2611,6 +2611,7 @@ dependencies = [
"cfg-if 1.0.0",
"clap",
"clap-sys",
"core-foundation",
"cpal",
"crossbeam",
"jack",
@@ -2619,6 +2620,7 @@ dependencies = [
"log",
"midi-consts",
"nih_plug_derive",
"objc",
"parking_lot 0.12.1",
"raw-window-handle 0.4.3",
"rtrb",