Use libvlc-sys on crates.io

2-bindgen
T. Okubo 2019-11-28 21:07:29 +09:00
parent a79003543f
commit cef535cc22
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ crate-type = ["rlib"]
[dependencies]
libc = "0.2"
libvlc-sys = { path = "libvlc-sys" }
libvlc-sys = "0.1"
[features]
default = []