mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add rust-spirv-types-0.4.
* gnu/packages/crates-io.scm (rust-spirv-types-0.4): New variable.
This commit is contained in:
parent
bcbd0fc8da
commit
e80093153a
1 changed files with 19 additions and 0 deletions
|
@ -48795,6 +48795,25 @@ (define-public rust-spinning-top-0.2
|
|||
provided by @code{lock_api}.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-spirv-types-0.4
|
||||
(package
|
||||
(name "rust-spirv-types")
|
||||
(version "0.4.0-alpha.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "spirv-types" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0sxcic2n04xzywww3c7mj9ah8iwr20vz3d6xvsgla1y7gs7lpk3i"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/EmbarkStudios/rust-gpu")
|
||||
(synopsis "SPIR-V types shared between spirv-std and spirv-std-macros")
|
||||
(description "This package provides SPIR-V types shared between spirv-std
|
||||
and spirv-std-macros.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-spmc-0.3
|
||||
(package
|
||||
(name "rust-spmc")
|
||||
|
|
Loading…
Reference in a new issue