gnu: Add rust-resize-0.3.

* gnu/packages/crates-io.scm (rust-resize-0.3): New variable.
This commit is contained in:
Efraim Flashner 2020-07-09 15:01:39 +03:00
parent d7b0db6e4e
commit 8c6d92164d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -19787,6 +19787,29 @@ (define-public rust-reopen-0.3
(description "File reopening utility.")
(license (list license:asl2.0 license:expat))))
(define-public rust-resize-0.3
(package
(name "rust-resize")
(version "0.3.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "resize" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1ai83laz5yvg4r7z9q8d1m0vq0fqj2ycyprw5fxzxyzaj3im7rmr"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs
(("rust-png" ,rust-png-0.15))))
(home-page "https://github.com/PistonDevelopers/resize")
(synopsis "Simple image resampling library in pure Rust")
(description
"This package provides a simple image resampling library in pure Rust.")
(license license:expat)))
(define-public rust-resolv-conf-0.6
(package
(name "rust-resolv-conf")