From e1a6a80659cd395377ecc4e729196d91c75c3800 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Thu, 11 Jul 2024 23:22:05 -0500 Subject: [PATCH] Fixed version, remove clap from cz and luca_pak --- cz/Cargo.toml | 5 +---- luca_pak/Cargo.toml | 1 - utils/Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/cz/Cargo.toml b/cz/Cargo.toml index e432628..88c2990 100644 --- a/cz/Cargo.toml +++ b/cz/Cargo.toml @@ -18,11 +18,8 @@ thiserror = "1.0" imagequant = "4.3" rgb = "0.8" -# Only active on features "png" and "binary" +# Only active on PNG feature image = { version = "0.25", optional = true } -# Only active on feature "binary" -clap = { version = "4.5.8", features = ["derive"], optional = true } - [lints] workspace = true diff --git a/luca_pak/Cargo.toml b/luca_pak/Cargo.toml index fd1f3fd..a078443 100644 --- a/luca_pak/Cargo.toml +++ b/luca_pak/Cargo.toml @@ -11,7 +11,6 @@ authors.workspace = true [dependencies] byteorder = "1.5.0" -clap = { version = "4.5.8", features = ["derive"] } log = "0.4.22" thiserror = "1.0.61" diff --git a/utils/Cargo.toml b/utils/Cargo.toml index b657bb4..3a02613 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "utils" -version = "0.2.0" +version = "0.1.0" edition = "2021" authors.workspace = true