This commit is contained in:
Robin Appelman 2025-05-31 14:18:13 +02:00
commit aae3432397
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -16,7 +16,7 @@ checksum = "9134a6ef01ce4b366b50689c94f82c14bc72bc5d0386829828a2e2752ef7958c"
[[package]]
name = "contrast"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"num-traits",
"rgb",

View file

@ -1,6 +1,6 @@
[package]
name = "contrast"
version = "0.1.0"
version = "0.1.1"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
description = "Calculate contrast between two colors"