-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename repository to
vst3-rs
and crate to vst3
- Loading branch information
Showing
11 changed files
with
39 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,6 @@ | ||
[package] | ||
name = "vst3-bindgen" | ||
version = "0.1.1" | ||
authors = ["Micah Johnston <[email protected]>"] | ||
edition = "2021" | ||
description = "Binding generator for the VST 3 API" | ||
documentation = "https://coupler.rs/vst3-bindgen/" | ||
repository = "https://github.com/coupler-rs/vst3-bindgen" | ||
license = "MIT OR Apache-2.0" | ||
|
||
[dependencies] | ||
com-scrape-types = { path = "com-scrape-types", version = "0.1.0" } | ||
|
||
[build-dependencies] | ||
com-scrape = { path = "com-scrape", version = "0.1.1" } | ||
|
||
[[example]] | ||
name = "gain" | ||
crate-type = ["cdylib"] | ||
|
||
[workspace] | ||
members = [ | ||
"com-scrape", | ||
"com-scrape-types", | ||
"vst3", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ version = "0.1.0" | |
authors = ["Micah Johnston <[email protected]>"] | ||
edition = "2021" | ||
description = "Support code for bindings generated with com-scrape" | ||
repository = "https://github.com/coupler-rs/vst3-bindgen" | ||
repository = "https://github.com/coupler-rs/vst3-rs" | ||
license = "MIT OR Apache-2.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.1.1" | |
authors = ["Micah Johnston <[email protected]>"] | ||
edition = "2021" | ||
description = "Automatically generates Rust bindings for COM interfaces" | ||
repository = "https://github.com/coupler-rs/vst3-bindgen" | ||
repository = "https://github.com/coupler-rs/vst3-rs" | ||
license = "MIT OR Apache-2.0" | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[package] | ||
name = "vst3" | ||
version = "0.1.1" | ||
authors = ["Micah Johnston <[email protected]>"] | ||
edition = "2021" | ||
description = "Binding generator for the VST 3 API" | ||
documentation = "https://coupler.rs/vst3-rs/vst3/" | ||
repository = "https://github.com/coupler-rs/vst3-rs" | ||
license = "MIT OR Apache-2.0" | ||
|
||
[dependencies] | ||
com-scrape-types = { path = "../com-scrape-types", version = "0.1.0" } | ||
|
||
[build-dependencies] | ||
com-scrape = { path = "../com-scrape", version = "0.1.1" } | ||
|
||
[[example]] | ||
name = "gain" | ||
crate-type = ["cdylib"] |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters