mirror of
https://github.com/rustdesk/magnum-opus.git
synced 2025-07-04 00:36:12 +00:00
Bump version to v0.2.0 and add docs link
This commit is contained in:
parent
b0377c9506
commit
a72206baea
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "opus"
|
name = "opus"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
authors = ["Tad Hardesty <tad@platymuus.com>"]
|
authors = ["Tad Hardesty <tad@platymuus.com>"]
|
||||||
|
|
||||||
description = "Safe Rust bindings for libopus"
|
description = "Safe Rust bindings for libopus"
|
||||||
@ -9,6 +9,7 @@ license = "MIT/Apache-2.0"
|
|||||||
keywords = ["opus", "codec", "voice", "sound", "audio"]
|
keywords = ["opus", "codec", "voice", "sound", "audio"]
|
||||||
|
|
||||||
repository = "https://github.com/SpaceManiac/opus-rs"
|
repository = "https://github.com/SpaceManiac/opus-rs"
|
||||||
|
documentation = "https://wombat.platymuus.com/rustdoc/opus_0.2.0/"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
opus-sys = "0.2.0"
|
opus-sys = "0.2.0"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# opus-rs [](https://crates.io/crates/opus)
|
# opus-rs [](https://crates.io/crates/opus) [](https://wombat.platymuus.com/rustdoc/opus_0.2.0/)
|
||||||
|
|
||||||
Safe Rust bindings for libopus. The rustdoc (available through `cargo doc`)
|
Safe Rust bindings for libopus. The rustdoc (available through `cargo doc`)
|
||||||
includes brief descriptions for methods, and detailed API information can be
|
includes brief descriptions for methods, and detailed API information can be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user