cubeb 0.18.0

Bindings to libcubeb for interacting with system audio from rust.
Documentation
[badges.circle-ci]
repository = "mozilla/cubeb-rs"

[dependencies.cubeb-core]
version = "0.18.0"

[[example]]
name = "devices"
path = "examples/devices.rs"

[[example]]
name = "tone"
path = "examples/tone.rs"

[features]
gecko-in-tree = ["cubeb-core/gecko-in-tree"]

[lib]
name = "cubeb"
path = "src/lib.rs"

[package]
authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings"]
description = """
Bindings to libcubeb for interacting with system audio from rust.
"""
homepage = "https://github.com/mozilla/cubeb-rs"
keywords = ["cubeb"]
license = "ISC"
name = "cubeb"
readme = "README.md"
repository = "https://github.com/mozilla/cubeb-rs"
version = "0.18.0"