nicklan / rust-jack

Rust bindings for the Jack API
GNU Lesser General Public License v2.1
2 stars 2 forks source link

jack-rust insted of rust #3

Open nico202 opened 7 years ago

nico202 commented 7 years ago

Hi, in the readme you say to add:

[dependencies.jack]
git = "https://github.com/nicklan/rust-jack.git"

to cargo, while I could get it working only with

[dependencies.rust-jack]
git = "https://github.com/nicklan/rust-jack.git"

(Cargo 0.12.0)