overdrivenpotato / rust-vst2

VST 2.4 API implementation in rust. Create plugins or hosts.
MIT License
223 stars 23 forks source link

Updated appveyor config #35

Open piedoom opened 7 years ago

piedoom commented 7 years ago

Fixes #34. Note that the build below does not include the pub(crate) language feature as in Boscop's optimized branch (as this is just off the master), but their branch has been tested and works properly. I have opened a separate pull on this main repository since this change isn't related to the optimized branch, but rather an update to the CI.

This commit also deletes the powershell install script as it is no longer needed.