Skip to content
Snippets Groups Projects
Unverified Commit c034fcd2 authored by Gabriel Arazas's avatar Gabriel Arazas Committed by Efraim Flashner
Browse files

gnu: Add rust-delta-e-0.2.


* gnu/packages/crates-io.scm (rust-delta-e-0.2): New variable.

Signed-off-by: default avatarEfraim Flashner <efraim@flashner.co.il>
parent 833dfde7
No related branches found
No related tags found
No related merge requests found
...@@ -5445,6 +5445,29 @@ (define-public rust-defmac-0.1 ...@@ -5445,6 +5445,29 @@ (define-public rust-defmac-0.1
(base32 (base32
"17giv0n0n1r64z0dahfvkjy3ys517jxyhs8sd9lmgvcljpjyryxa")))))) "17giv0n0n1r64z0dahfvkjy3ys517jxyhs8sd9lmgvcljpjyryxa"))))))
   
(define-public rust-delta-e-0.2
(package
(name "rust-delta-e")
(version "0.2.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "delta_e" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"18rxibmi27ark8vj367qm2iqmv5x293l8fm9ang4y2sv3l251sf5"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-lab" ,rust-lab-0.7))))
(home-page "https://github.com/elliotekj/DeltaE")
(synopsis "Pure Rust implementation of the CIEDE2000 algorithm")
(description "DeltaE is a pure-Rust implementation of the
@url{http://en.wikipedia.org/wiki/Color_difference#CIEDE2000, CIEDE2000}
algorithm which serves to quantify the difference between two colors.")
(license license:expat)))
(define-public rust-demo-hack-0.0 (define-public rust-demo-hack-0.0
(package (package
(name "rust-demo-hack") (name "rust-demo-hack")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment