me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-dcv-color-primitives-0.1.

* gnu/packages/crates-graphics.scm (rust-dcv-color-primitives-0.1): New variable.
master
Nicolas Goaziou 2021-12-03 23:09:59 +01:00
parent 9687b1fb35
commit 6fd4767c9c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -597,6 +597,28 @@ and iOS.")
(description "This package provides FFI bindings to dav1d.")
(license license:expat)))
(define-public rust-dcv-color-primitives-0.1
(package
(name "rust-dcv-color-primitives")
(version "0.1.16")
(source
(origin
(method url-fetch)
(uri (crate-uri "dcv-color-primitives" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0yrm1qipdmadynhjgz1bvdh42ph9azvwg8v43c8ywr8vlx9qvaq2"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))))
(home-page "https://github.com/aws/dcv-color-primitives")
(synopsis "Rust library to perform image color model conversion")
(description "This package is a Rust library to perform image color model
conversion.")
(license license:expat)))
(define-public rust-euclid-0.20
(package
(name "rust-euclid")