Skip to content

Commit 79bfa2a

Browse files
committed
Revert "Removing the patches for lv2-sys and the derive crates"
This reverts commit f94e5c6.
1 parent d52d195 commit 79bfa2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,13 @@ members = [
9595
[patch.crates-io]
9696
lv2-atom = { path = "atom" }
9797
lv2-core = { path = "core" }
98+
lv2-core-derive = { path = "core/derive" }
9899
lv2-midi = { path = "midi" }
99100
lv2-state = { path = "state" }
101+
lv2-sys = { path = "sys" }
100102
lv2-time = { path = "time" }
101103
lv2-units = { path = "units" }
102104
urid = { path = "urid" }
105+
urid-derive = { path = "urid/derive" }
103106
lv2-urid = { path = "urid/lv2-urid" }
104107
lv2-worker = { path = "worker" }

0 commit comments

Comments
 (0)