From a990de90fe41456a23e58bd087d2f107d321f3a1 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 19 Jul 2024 16:37:58 +0400 Subject: Deleted vendor folder --- vendor/color_quant/Cargo.toml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 vendor/color_quant/Cargo.toml (limited to 'vendor/color_quant/Cargo.toml') diff --git a/vendor/color_quant/Cargo.toml b/vendor/color_quant/Cargo.toml deleted file mode 100644 index 3bd3f2d..0000000 --- a/vendor/color_quant/Cargo.toml +++ /dev/null @@ -1,20 +0,0 @@ -# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO -# -# When uploading crates to the registry Cargo will automatically -# "normalize" Cargo.toml files for maximal compatibility -# with all versions of Cargo and also rewrite `path` dependencies -# to registry (e.g., crates.io) dependencies -# -# If you believe there's an error in this file please file an -# issue against the rust-lang/cargo repository. If you're -# editing this file be aware that the upstream Cargo.toml -# will likely look very different (and much more reasonable) - -[package] -name = "color_quant" -version = "1.1.0" -authors = ["nwin "] -description = "Color quantization library to reduce n colors to 256 colors." -readme = "README.md" -license = "MIT" -repository = "https://github.com/image-rs/color_quant.git" -- cgit v1.2.3