me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-deltae-0.3.

* gnu/packages/crates-graphics.scm (rust-deltae-0.3): New variable.

Change-Id: I1ff443319ca727ecfb9de75db44a65271f6f20d6
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
VÖRÖSKŐI András 2024-02-24 21:39:24 +01:00 committed by Efraim Flashner
parent 7ffa5df228
commit 5f047421b7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 19 additions and 0 deletions

View File

@ -973,6 +973,25 @@ and iOS.")
"This package provides a library to perform image color model conversion.")
(license license:expat-0)))
(define-public rust-deltae-0.3
(package
(name "rust-deltae")
(version "0.3.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "deltae" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1d3hw9hpvicl9x0x34jr2ybjk5g5ym1lhbyz6zj31110gq8zaaap"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs (("rust-clap" ,rust-clap-4))))
(home-page "https://gitlab.com/ryanobeirne/deltae")
(synopsis "Calculate delta-e between two colors")
(description "Calculate Delta E between two colors in CIE Lab space.")
(license license:expat)))
(define-public rust-drm-0.10
(package
(name "rust-drm")