Skip to content

Commit 1a3805a

Browse files
committed
Use public reaper-rs
1 parent aca5620 commit 1a3805a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ webpki = { git = "https://github.com/helgoboss/webpki.git", branch = "workaround
3535
vst = { git = "https://github.com/helgoboss/vst-rs.git", branch = "feature/param-props" }
3636

3737
# This is for temporary development with local reaper-rs.
38-
[patch.'https://github.com/helgoboss/reaper-rs.git']
39-
reaper-high = { path = "../reaper-rs/main/high" }
40-
reaper-medium = { path = "../reaper-rs/main/medium" }
41-
reaper-low = { path = "../reaper-rs/main/low" }
42-
reaper-rx = { path = "../reaper-rs/main/rx" }
38+
#[patch.'https://github.com/helgoboss/reaper-rs.git']
39+
#reaper-high = { path = "../reaper-rs/main/high" }
40+
#reaper-medium = { path = "../reaper-rs/main/medium" }
41+
#reaper-low = { path = "../reaper-rs/main/low" }
42+
#reaper-rx = { path = "../reaper-rs/main/rx" }

0 commit comments

Comments
 (0)