mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +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 @@ for the most common image formats.")
|
||||||
("rust-num-complex" ,rust-num-complex-0.2)
|
("rust-num-complex" ,rust-num-complex-0.2)
|
||||||
("rust-quickcheck" ,rust-quickcheck-0.6))))))
|
("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
|
(define-public rust-indexmap-1
|
||||||
(package
|
(package
|
||||||
(name "rust-indexmap")
|
(name "rust-indexmap")
|
||||||
|
|
Loading…
Add table
Reference in a new issue