mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add rust-khronos-api-3.
* gnu/packages/crates-io.scm (rust-khronos-api-3): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
e9c291a619
commit
c736983ab7
1 changed files with 20 additions and 0 deletions
|
@ -6061,6 +6061,26 @@ (define-public rust-kernel32-sys-0.2
|
|||
kernel32.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-khronos-api-3
|
||||
(package
|
||||
(name "rust-khronos-api")
|
||||
(version "3.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "khronos-api" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1p0xj5mlbagqyvvnv8wmv3cr7l9y1m153888pxqwg3vk3mg5inz2"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/brendanzab/gl-rs/")
|
||||
(synopsis "Khronos XML API Registry")
|
||||
(description
|
||||
"The Khronos XML API Registry, exposed as byte string constants.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-language-tags-0.2
|
||||
(package
|
||||
(name "rust-language-tags")
|
||||
|
|
Loading…
Reference in a new issue