neithanmo / csound-rs

This is a Rust bindings for Csound.
MIT License
13 stars 5 forks source link

Update Csound submodule #12

Closed ales-tsurko closed 3 years ago

ales-tsurko commented 3 years ago

Closes #10

Updates Csound submodule to tags/6.15.0.

ales-tsurko commented 3 years ago

Actually, when I proposed #10, I thought the bindings was generated by bindgen or something alike. Without it this PR doesn't touch the library. But anyway it's safer to rely on a stable Csound tag. I proposed switching to bindgen generated bindings (#11), which will make it easier to be up-to-date with Csound.