commit
f68509982a
|
@ -1,10 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cpal"
|
name = "cpal"
|
||||||
version = "0.3.1"
|
version = "0.4.0"
|
||||||
authors = ["The CPAL contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
authors = ["The CPAL contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
||||||
description = "Low-level cross-platform audio playing library in pure Rust."
|
description = "Low-level cross-platform audio playing library in pure Rust."
|
||||||
repository = "https://github.com/tomaka/cpal"
|
repository = "https://github.com/tomaka/cpal"
|
||||||
documentation = "http://tomaka.github.io/cpal/"
|
documentation = "https://docs.rs/cpal"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
keywords = ["audio", "sound"]
|
keywords = ["audio", "sound"]
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# CPAL - Cross-platform audio library
|
# CPAL - Cross-platform audio library
|
||||||
|
|
||||||
[Documentation](http://tomaka.github.io/cpal/)
|
[Documentation](https://docs.rs/cpal)
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cpal = "0.3.0"
|
cpal = "0.4.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
Low-level library for audio playback in pure Rust.
|
Low-level library for audio playback in pure Rust.
|
||||||
|
|
Loading…
Reference in New Issue