mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-24 03:00:35 +02:00
gnu: rust-spirv-types-0.4: Order alphabetically.
* gnu/packages/crates-io.scm (rust-spirv-types-0.4): Order. Change-Id: Ie71e72ffc795ad659247ab23fb65c4294f759cd8 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
committed by
Efraim Flashner
parent
7f6a51eee5
commit
fcd4344219
@@ -80048,25 +80048,6 @@ section to guarantee accuracy.")
|
||||
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-spirv-std-macros-0.4
|
||||
(package
|
||||
(name "rust-spirv-std-macros")
|
||||
@@ -80119,6 +80100,25 @@ and spirv-std-macros.")
|
||||
SPIR-V.")
|
||||
(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")
|
||||
|
||||
Reference in New Issue
Block a user