mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Add rust-color-quant-1.0.
* gnu/packages/crates-io.scm (rust-color-quant-1.0): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
d70e74ce0e
commit
54a9682583
1 changed files with 21 additions and 0 deletions
|
@ -2122,6 +2122,27 @@ (define-public rust-cmake-0.1
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-color-quant-1.0
|
||||
(package
|
||||
(name "rust-color-quant")
|
||||
(version "1.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "color-quant" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ga56jrafnjm80903nnqjkyii4bwd6a7visxh0g8hgi6cmrvbfqd"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/PistonDevelopers/color_quant.git")
|
||||
(synopsis
|
||||
"Color quantization library to reduce n colors to 256 colors")
|
||||
(description
|
||||
"Color quantization library to reduce n colors to 256 colors.")
|
||||
(license license:expat)))
|
||||
|
||||
;; This package requires features which are unavailable
|
||||
;; on the stable releases of Rust.
|
||||
(define-public rust-compiler-builtins-0.1
|
||||
|
|
Loading…
Reference in a new issue