Add features and start writing interfaces

This commit is contained in:
2025-11-28 15:37:30 +01:00
parent 804c2e221c
commit 7fb2e6aade
5 changed files with 20 additions and 1 deletions

View File

@@ -4,5 +4,10 @@ version = "0.1.0"
edition = "2024"
[dependencies]
jack = "0.13.3"
coreaudio-rs = { version = "0.13.0", optional = true }
jack = {version = "0.13.3", optional = true }
lib = { path = "../lib/" }
[features]
jack = ["dep:jack"]
coreaudio = ["dep:coreaudio-rs"]