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>
This commit is contained in:
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

View file

@ -973,6 +973,25 @@ (define-public rust-dcv-color-primitives-0.4
"This package provides a library to perform image color model conversion.") "This package provides a library to perform image color model conversion.")
(license license:expat-0))) (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 (define-public rust-drm-0.10
(package (package
(name "rust-drm") (name "rust-drm")