We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4135c89 commit cfcf696Copy full SHA for cfcf696
Cargo.toml
@@ -18,11 +18,11 @@ maintenance = { status = "actively-developed" }
18
[dependencies]
19
lv2-atom = "1.0.0"
20
lv2-core = "1.0.0"
21
-lv2-midi = { path = "midi" }
+lv2-midi = "1.0.0"
22
lv2-time = "0.1.0"
23
lv2-units = "0.1.0"
24
lv2-urid = "1.0.0"
25
-lv2-state = { path = "state" }
+lv2-state = "1.0.0"
26
27
[workspace]
28
members = [
0 commit comments