Bump up version to 0.2.0
parent
5cde4f36d8
commit
8a4e4acecf
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "vlc-rs"
|
name = "vlc-rs"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
authors = ["T. Okubo <t.okubo.rx78+github@gmail.com>"]
|
authors = ["T. Okubo <t.okubo.rx78+github@gmail.com>"]
|
||||||
|
|
||||||
description = "Rust bindings for libVLC media framework."
|
description = "Rust bindings for libVLC media framework."
|
||||||
|
|
|
@ -7,6 +7,13 @@ Many missing functions and wrappers.
|
||||||
## Use
|
## Use
|
||||||
Please add the following dependencies to your Cargo.toml.
|
Please add the following dependencies to your Cargo.toml.
|
||||||
|
|
||||||
|
```Toml
|
||||||
|
[dependencies]
|
||||||
|
vlc-rs = "0.2"
|
||||||
|
```
|
||||||
|
|
||||||
|
Or:
|
||||||
|
|
||||||
```Toml
|
```Toml
|
||||||
[dependencies.vlc-rs]
|
[dependencies.vlc-rs]
|
||||||
git = "https://github.com/garkimasera/vlc-rs.git"
|
git = "https://github.com/garkimasera/vlc-rs.git"
|
||||||
|
|
Loading…
Reference in New Issue