Revision control
Copy as Markdown
Other Tools
[package]
name = "cubeb"
version = "0.30.1"
authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"]
license = "ISC"
readme = "README.md"
keywords = ["cubeb"]
description = """
Bindings to libcubeb for interacting with system audio from rust.
"""
categories = ["api-bindings"]
[badges]
circle-ci = { repository = "mozilla/cubeb-rs" }
[features]
gecko-in-tree = ["cubeb-core/gecko-in-tree"]
[dependencies]
cubeb-core = { path = "../cubeb-core", version = "0.30.1" }