vst3 0.3.0

Rust bindings for the VST 3 API
Documentation
[dependencies.com-scrape-types]
version = "0.1.1"

[[example]]
crate-type = ["cdylib"]
name = "gain"
path = "examples/gain.rs"

[lib]
name = "vst3"
path = "src/lib.rs"

[package]
authors = ["Micah Johnston <micahrjohnston@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust bindings for the VST 3 API"
documentation = "https://coupler.rs/vst3-rs/vst3/"
edition = "2021"
exclude = ["/vst3sdk"]
license = "MIT OR Apache-2.0"
name = "vst3"
readme = "README.md"
repository = "https://github.com/coupler-rs/vst3-rs"
version = "0.3.0"