mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: Add rust-palette-derive-0.7.
* gnu/packages/crates-graphics.scm (rust-palette-derive-0.7): New variable. Change-Id: I0d4341fc5140ab62fccfee6b5e68d37ba4788f92 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
ad70bfd724
commit
c1f492216b
1 changed files with 23 additions and 0 deletions
|
@ -1892,6 +1892,29 @@ (define-public rust-osmesa-sys-0.1
|
|||
(description "This package provides OSMesa library bindings for Rust.")
|
||||
(license license:cc0)))
|
||||
|
||||
(define-public rust-palette-derive-0.7
|
||||
(package
|
||||
(name "rust-palette-derive")
|
||||
(version "0.7.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "palette_derive" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "02ps239sxcr5v294qf89d87sv7fdm9pr2cziwj2l6ggzql703nxp"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-find-crate" ,rust-find-crate-0.6)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-2))))
|
||||
(home-page "https://github.com/Ogeon/palette")
|
||||
(synopsis "Automatically implement traits from the @code{palette} crate")
|
||||
(description "This package allows automatically implements traits from the
|
||||
@code{palette} crate.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-piston-float-1
|
||||
(package
|
||||
(name "rust-piston-float")
|
||||
|
|
Loading…
Reference in a new issue