mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
7ffa5df228
commit
5f047421b7
1 changed files with 19 additions and 0 deletions
|
@ -973,6 +973,25 @@ (define-public rust-dcv-color-primitives-0.4
|
|||
"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")
|
||||
|
|
Loading…
Reference in a new issue