From f613e36ae588a5f4724f6e31971c8373392de57f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20R=C3=A9veillon?= Date: Tue, 23 Nov 2021 11:32:37 +0100 Subject: [PATCH] updated bindgen --- libvlc-sys/Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libvlc-sys/Cargo.toml b/libvlc-sys/Cargo.toml index 06bb3b7..d19a3a5 100644 --- a/libvlc-sys/Cargo.toml +++ b/libvlc-sys/Cargo.toml @@ -6,7 +6,9 @@ authors = ["T. Okubo "] description = "libVLC C API" keywords = ["libVLC", "bindings"] 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" edition = "2018" build = "build.rs" @@ -19,5 +21,5 @@ crate-type = ["rlib"] libc = "0.2" [build-dependencies] -bindgen = "0.52" +bindgen = "0.59" pkg-config = "0.3"