We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3be048 commit b6462bcCopy full SHA for b6462bc
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.1.1
2
+
3
+- Make all structs implement Copy and mark all struct fields public.
4
5
# 0.1.0
6
7
- First release.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vst2-sys"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Micah Johnston <micah@glowcoil.com>"]
edition = "2018"
description = "Bindings for the VST 2.4 API"
0 commit comments