jnqnfe / pulse-binding-rust

FFI and bindings for using PulseAudio from the Rust programming language.
Apache License 2.0
67 stars 20 forks source link

Suggested Cargo.toml entry for libpulse_binding doesn't work #15

Closed sersorrel closed 5 years ago

sersorrel commented 5 years ago

If, as suggested, I:

Add this to your Cargo.toml:

[dependencies]
libpulse_binding = "2.0"

then this happens:

$ cargo build
    Updating crates.io index
error: no matching package named `libpulse_binding` found                                                                                                                                     
location searched: registry `https://github.com/rust-lang/crates.io-index`
did you mean: libpulse-binding
required by package `foo v0.1.0 (/home/josh/src/foo)`
jnqnfe commented 5 years ago

needs a dash instead of an underscore, thanks for reporting i'll fix it :)