gnu: Add rust-tiny-skia-path-0.8.
* gnu/packages/crates-io.scm (rust-tiny-skia-path-0.8): New variable.master
parent
78c34d03eb
commit
65bff2c825
|
@ -64250,6 +64250,30 @@ specified in FIPS-202, SP800-185 and KangarooTwelve.")
|
|||
`(#:cargo-inputs
|
||||
(("rust-crunchy" ,rust-crunchy-0.2))))))
|
||||
|
||||
(define-public rust-tiny-skia-path-0.8
|
||||
(package
|
||||
(name "rust-tiny-skia-path")
|
||||
(version "0.8.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tiny-skia-path" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0z37bzd222q3dlahmaxp2mf1pg5v9qyz3x0j3phs0myxyg9vbgxd"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-arrayref" ,rust-arrayref-0.3)
|
||||
("rust-bytemuck" ,rust-bytemuck-1)
|
||||
("rust-libm" ,rust-libm-0.2)
|
||||
("rust-strict-num" ,rust-strict-num-0.1))))
|
||||
(home-page "https://github.com/RazrFalcon/tiny-skia/path")
|
||||
(synopsis "Tiny-skia Bezier path implementation")
|
||||
(description
|
||||
"This package provides a tiny-skia Bezier path implementation.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public rust-tinyfiledialogs-3
|
||||
(package
|
||||
(name "rust-tinyfiledialogs")
|
||||
|
|
Reference in New Issue