Skip to content

Commit 3778a67

Browse files
committed
Version bump
1 parent a16d8ad commit 3778a67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "colcon"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2021"
55
license = "MIT"
6-
description = "Simple colorspace conversions in Rust."
6+
description = "Comprehensive colorspace conversions in Rust."
77
repository = "https://github.com/Beinsezii/colcon"
88
readme = "README.md"
99
categories = ["graphics", "algorithms", "encoding", "multimedia::images"]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# ColCon 0.9.0
1+
# ColCon 0.10.0
22
Comprehensive colorspace conversions in Rust.
33

44
## Features
55
* Pure Rust, no dependencies.
66
* sRGB, RGB, CIE XYZ, CIE LAB, Oklab, JzAzBz, HSV
77
+ LCH/Cylindrical versions of all LAB spaces
88
* Most functions compile to a C lib
9-
* Generic over F32/F64
9+
* Generic over F32/F64 with const alpha channel
1010
* FMA3 used where supported
1111
* Accurate across a wide variety of tests, referencing [colour-science](https://github.com/colour-science/colour)
1212

0 commit comments

Comments
 (0)