libvlc-sys 0.2
parent
0444f7bd64
commit
70c717ba62
|
@ -18,7 +18,7 @@ crate-type = ["rlib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
libvlc-sys = "0.1"
|
libvlc-sys = "0.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libvlc-sys"
|
name = "libvlc-sys"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
authors = ["T. Okubo <t.okubo.rx78+devel@gmail.com>"]
|
authors = ["T. Okubo <t.okubo.rx78+devel@gmail.com>"]
|
||||||
|
|
||||||
description = "libVLC C API"
|
description = "libVLC C API"
|
||||||
|
|
Loading…
Reference in New Issue