katyo / aubio-rs

Rust bindings for Aubio library
36 stars 6 forks source link

Link aubio from build.rs #15

Closed connorworley closed 3 years ago

connorworley commented 3 years ago

I think this should be done in aubio-sys. Right now I have to do it in my binary.

katyo commented 3 years ago

Please fix the errors.

connorworley commented 3 years ago

closing and reopening to re-trigger travis

connorworley commented 3 years ago

looks like clippy is failing due to unrelated issues now

katyo commented 3 years ago

@connorworley, I did some work to improve this bindings. Particularly CI workflow now is based on GitHub Actions. Also I switched to cc to avoid dealing with waf build system. And the aubio-lib crate was merged with aubio-sys. Could you help me to test pr #16 before I merge it?