no bug - Correct some typos in the comments. a=typo-fix
[gecko.git] / third_party / rust / cubeb / README.md
blob53f559c190982fd102a8474544927cee8c93f47c
1 # cubeb-rs
3 [![Build Status](https://travis-ci.org/djg/cubeb-rs.svg?branch=master)](https://travis-ci.org/djg/cubeb-rs)
5 [Documentation](https://docs.rs/cubeb)
7 cubeb bindings for Rust
9 ```toml
10 [dependencies]
11 cubeb = "0.1"
12 ```
14 ## Building cubeb-rs
16 First, you'll need to install _CMake_. Afterwards, just run:
18 ```sh
19 $ git clone https://github.com/djg/cubeb-rs
20 $ cd cubeb-rs
21 $ cargo build
22 ```
24 # License
26 `cubeb-rs` is distributed under an ISC-style license.  See LICENSE for details.