katyo / aubio-rs

Rust bindings for Aubio library
37 stars 7 forks source link

Re-org crates #16

Closed katyo closed 3 years ago

katyo commented 3 years ago
connorworley commented 3 years ago

I ran into https://github.com/rust-lang/cargo/issues/7992 when trying to test with aubio-rs = { git = "https://github.com/katyo/aubio-rs", branch = "cc" }

connorworley commented 3 years ago

If I clone and specifiy a path, things seem to work well on macOS. I will also test on Windows.