Skip to content

Commit

Permalink
Revert "Removing the patches for lv2-sys and the derive crates"
Browse files Browse the repository at this point in the history
This reverts commit f94e5c6.
  • Loading branch information
Janonard committed Mar 27, 2020
1 parent d52d195 commit 79bfa2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,13 @@ members = [
[patch.crates-io]
lv2-atom = { path = "atom" }
lv2-core = { path = "core" }
lv2-core-derive = { path = "core/derive" }
lv2-midi = { path = "midi" }
lv2-state = { path = "state" }
lv2-sys = { path = "sys" }
lv2-time = { path = "time" }
lv2-units = { path = "units" }
urid = { path = "urid" }
urid-derive = { path = "urid/derive" }
lv2-urid = { path = "urid/lv2-urid" }
lv2-worker = { path = "worker" }

0 comments on commit 79bfa2a

Please sign in to comment.