diff options
author | gennyble <gen@nyble.dev> | 2024-01-12 12:08:19 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-01-12 12:08:19 -0600 |
commit | 0ec3c8d1c51ea2286e7762f3a3d1cbebd7700f50 (patch) | |
tree | b51a97b76457299c0647232893a99991a9d17a6d /Cargo.toml | |
parent | 093bb9d6889f6e026f14edc04e2f79bdea3c0b56 (diff) | |
download | colorsquash-0ec3c8d1c51ea2286e7762f3a3d1cbebd7700f50.tar.gz colorsquash-0ec3c8d1c51ea2286e7762f3a3d1cbebd7700f50.zip |
squash: fix tolerance and add algorithm selection
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index a4f7347..c5bb6a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ repository = "https://github.com/gennyble/colorsquash" [dependencies] rgb = "0.8.36" +gifed = { path = "../gifed/gifed", optional = true } [workspace] members = ["squash"] |