guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/20: gnu: Add rust-khronos-api-3.


From: guix-commits
Subject: 09/20: gnu: Add rust-khronos-api-3.
Date: Wed, 12 Feb 2020 15:22:55 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit c736983ab7dc07f6fae82230e6ab24ddd06581f9
Author: Valentin Ignatev <address@hidden>
AuthorDate: Wed Jan 15 04:12:13 2020 +0300

    gnu: Add rust-khronos-api-3.
    
    * gnu/packages/crates-io.scm (rust-khronos-api-3): New variable.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 35a69c8..29d7419 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -6061,6 +6061,26 @@ friction with idiomatic Rust structs to ease 
interopability.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]