Skip to content

Commit

Permalink
Added OkLch
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Jul 22, 2024
1 parent 9f9dee2 commit 028787b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ workspace = { members = ["src/app"] }

[package]
name = "colorutils-rs"
version = "0.5.3"
version = "0.5.4"
edition = "2021"
description = "High performance utilities for color format handling and conversion."
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ pub use oklab_to_image::oklch_to_bgr;
pub use oklab_to_image::oklch_to_bgra;
pub use oklab_to_image::oklch_to_rgb;
pub use oklab_to_image::oklch_to_rgba;
pub use oklch::Oklch;
pub use rgb_expand::*;
pub use sigmoidal::Sigmoidal;
pub use sigmoidal_to_image::sigmoidal_to_bgra;
Expand Down

0 comments on commit 028787b

Please sign in to comment.