updated bindgen
parent
e948f834a4
commit
f613e36ae5
|
@ -6,7 +6,9 @@ authors = ["T. Okubo <t.okubo.rx78+devel@gmail.com>"]
|
||||||
description = "libVLC C API"
|
description = "libVLC C API"
|
||||||
keywords = ["libVLC", "bindings"]
|
keywords = ["libVLC", "bindings"]
|
||||||
categories = ["external-ffi-bindings", "multimedia"]
|
categories = ["external-ffi-bindings", "multimedia"]
|
||||||
repository = "https://github.com/garkimasera/vlc-rs"
|
documentation = "https://docs.rs/vlc-rs"
|
||||||
|
repository = "https://code.videolan.org/videolan/vlc-rs"
|
||||||
|
homepage = "https://code.videolan.org/videolan/vlc-rs"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
@ -19,5 +21,5 @@ crate-type = ["rlib"]
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = "0.52"
|
bindgen = "0.59"
|
||||||
pkg-config = "0.3"
|
pkg-config = "0.3"
|
||||||
|
|
Loading…
Reference in New Issue