From f3534654d7978c5abc45ce8d8722333638ccd5a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20R=C3=A9veillon?= Date: Tue, 9 Nov 2021 23:07:08 +0100 Subject: [PATCH] libvlc-sys was removed by mistake --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b62c360..202a247 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,7 @@ crate-type = ["rlib"] [dependencies] libc = "0.2" +libvlc-sys = "0.2" [target.'cfg(target_os = "windows")'.build-dependencies] vswhom = "0.1.0" \ No newline at end of file