Skip to content

Commit

Permalink
#1376 Use public vst-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Dec 27, 2024
1 parent 652e469 commit 7957959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ debug = 1
#hyper = { git = "https://github.com/helgoboss/hyper.git", branch = "feature/realearn" }

# We need to use our on "vst" crate that contains a bunch of improvements
#vst = { git = "https://github.com/helgoboss/vst-rs.git", branch = "feature/param-props" }
vst = { path = "../vst-rs" }
vst = { git = "https://github.com/helgoboss/vst-rs.git", branch = "feature/param-props" }
#vst = { path = "../vst-rs" }

# This is for temporary development with local reaper-rs.
#[patch.'https://github.com/helgoboss/reaper-rs.git']
Expand Down

0 comments on commit 7957959

Please sign in to comment.