soundio-rs
soundio-rs copied to clipboard
Dependency libsoundio-sys no longer exists
I'm getting the fatal error when attempting to run cargo build: fatal: not a git repository (or any of the parent directories): .git
The rust documentation still has the dependency listed: https://crates.io/crates/libsoundio-sys/0.3.0
But the git directory is no longer a valid link: https://github.com/RamiHg/soundio-rs/libsoundio-sys
I believe the link just needs to be changed to https://github.com/RamiHg/soundio-rs/tree/master/libsoundio-sys, but there hasn't been any activity in this repo for 4 years.