gnu: Add rust-pathfinder-simd-0.5.
* gnu/packages/crates-io.scm (rust-pathfinder-simd-0.5): New variable.master
parent
ad1e8a0906
commit
d5ad4ed8e2
|
@ -49412,6 +49412,27 @@ data type.")
|
|||
(base32 "08xw8w61zdfn1094qkq1d554vh5wmm9bqdys8gqqxc4sv2pgrd0p"))))
|
||||
(arguments `(#:skip-build? #t))))
|
||||
|
||||
(define-public rust-pathfinder-simd-0.5
|
||||
(package
|
||||
(name "rust-pathfinder-simd")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "pathfinder_simd" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1zx6yjch2zwlnbrsq3ljnkwzs9jdf4cbh5wwjkjradahqnn4dzir"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-rustc-version" ,rust-rustc-version-0.3))))
|
||||
(home-page "https://github.com/servo/pathfinder")
|
||||
(synopsis "Simple SIMD Rust library")
|
||||
(description "This package provides a simple SIMD Rust library.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-path-slash-0.1
|
||||
(package
|
||||
(name "rust-path-slash")
|
||||
|
|
Reference in New Issue