build: fix cargo publish
parent
04c32cc81a
commit
7a60b835b3
libvlc-sys
|
@ -21,6 +21,3 @@ crate-type = ["rlib"]
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
libvlc-sys = { version = "0.2.0", path = "libvlc-sys" }
|
libvlc-sys = { version = "0.2.0", path = "libvlc-sys" }
|
||||||
|
|
||||||
[features]
|
|
||||||
default = []
|
|
||||||
use-bindgen = ["libvlc-sys/use-bindgen"]
|
|
||||||
|
|
|
@ -21,12 +21,8 @@ crate-type = ["rlib"]
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = {version = "0.59", optional = true }
|
bindgen = {version = "0.59"}
|
||||||
pkg-config = "0.3"
|
pkg-config = "0.3"
|
||||||
|
|
||||||
[target.'cfg(target_os = "windows")'.build-dependencies]
|
[target.'cfg(target_os = "windows")'.build-dependencies]
|
||||||
vswhom = "0.1.0"
|
vswhom = "0.1.0"
|
||||||
|
|
||||||
[features]
|
|
||||||
default = []
|
|
||||||
use-bindgen = ["bindgen"]
|
|
Loading…
Reference in New Issue