overdrivenpotato / rust-vst2

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

Pin bitflags to older version #10

Closed XMPPwocky closed 8 years ago

XMPPwocky commented 8 years ago

Bitflags 0.5.0 makes types and constants private by default, which breaks rust-vst2. Before this project is updated to work with the new version, this'll at least keep it building.

overdrivenpotato commented 8 years ago

Awesome, thanks! :+1: