mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Add rust-imgref.
* gnu/packages/crates-io.scm (rust-imgref): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
03bd1f053e
commit
134f502e26
1 changed files with 21 additions and 0 deletions
|
@ -11340,6 +11340,27 @@ (define-public rust-image-0.20
|
|||
("rust-num-complex" ,rust-num-complex-0.2)
|
||||
("rust-quickcheck" ,rust-quickcheck-0.6))))))
|
||||
|
||||
(define-public rust-imgref
|
||||
(package
|
||||
(name "rust-imgref")
|
||||
(version "1.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "imgref" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1f2m9lq769248bwbyzda714a8xcgk5bdpdsi20xcnavikiw449g8"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://lib.rs/crates/imgref")
|
||||
(synopsis "Image processing library")
|
||||
(description
|
||||
"A trivial struct for interchange of 2d-dimensional pixel buffers
|
||||
with width, height & stride.")
|
||||
(license license:cc0)))
|
||||
|
||||
(define-public rust-indexmap-1
|
||||
(package
|
||||
(name "rust-indexmap")
|
||||
|
|
Loading…
Reference in a new issue