overdrivenpotato / rust-vst2

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

use num_traits instead of num #20

Closed Boscop closed 7 years ago

Boscop commented 7 years ago

I noticed that only the Float trait from num was used. To keep dependencies minimal and compilation time lower I changed the dependency from num to num_traits.