From 9be01603b2da13ce690f9c8d00001c155ecc3cbd Mon Sep 17 00:00:00 2001 From: jazzfool Date: Mon, 19 Feb 2024 16:44:05 +1100 Subject: [PATCH] dont build dep docs --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90dac0a..eafe6ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/jazzfool/iced_video_player" readme = "README.md" keywords = ["gui", "iced", "video"] categories = ["gui", "multimedia"] -version = "0.1.0" +version = "0.1.1" authors = ["jazzfool"] edition = "2021" resolver = "2" @@ -39,3 +39,6 @@ runtimeLibs = [ "xorg.libXi", "gst_all_1.gstreamer", "gst_all_1.gstreamermm", "gst_all_1.gst-plugins-bad", "gst_all_1.gst-plugins-ugly", "gst_all_1.gst-plugins-good", "gst_all_1.gst-plugins-base", ] buildInputs = ["libxkbcommon", "gst_all_1.gstreamer", "gst_all_1.gstreamermm", "gst_all_1.gst-plugins-bad", "gst_all_1.gst-plugins-ugly", "gst_all_1.gst-plugins-good", "gst_all_1.gst-plugins-base"] + +[package.metadata.docs.rs] +rustdoc-args = ["--no-deps"]