Skip to content

Commit 44063ac

Browse files
committed
v0.2.0
1 parent 25ec10b commit 44063ac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

okolors-bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "okolors-bin"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Ivordir <Ivordir@pm.me>"]
55
edition = "2021"
66
description = "Generates a color palette for an image by performing k-means clustering in the Oklab color space. Supports outputting the resulting colors in multiple Okhsl lightness levels."

okolors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "okolors"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Ivordir <Ivordir@pm.me>"]
55
edition = "2021"
66
description = "Generates a color palette for an image by performing k-means clustering in the Oklab color space."

0 commit comments

Comments
 (0)