summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2025-02-09 14:07:31 -0600
committermsglm <msglm@techchud.xyz>2025-02-09 14:07:31 -0600
commitcc687aeb89ce77eedc6f0317e54e60654b5ad63b (patch)
tree523628f7b56003209a1a196275a911c693fc2214
parent86e8449dbbaf47870222eb85d04ef6deff571c5e (diff)
downloadguix-msglm-cc687aeb89ce77eedc6f0317e54e60654b5ad63b.tar.gz
guix-msglm-cc687aeb89ce77eedc6f0317e54e60654b5ad63b.tar.bz2
guix-msglm-cc687aeb89ce77eedc6f0317e54e60654b5ad63b.zip
add rust-khronos_api@1
-rw-r--r--unlustig.scm18
1 files changed, 18 insertions, 0 deletions
diff --git a/unlustig.scm b/unlustig.scm
index 6a9e6a7..2bcc174 100644
--- a/unlustig.scm
+++ b/unlustig.scm
@@ -1332,3 +1332,21 @@ binding to JVM APIs from Rust.")
"This package provides Code generators for creating bindings to the Khronos @code{OpenGL} APIs.")
(license license:asl2.0)))
+(define-public rust-khronos-api-1
+ (package
+ (name "rust-khronos-api")
+ (version "1.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "khronos_api" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "19wib9dybhlgxpwp77sl5bbck4qas2vfldx43j7syrfn64m8x86m"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/brendanzab/gl-rs/")
+ (synopsis "The Khronos XML API Registry, exposed as byte string constants")
+ (description
+ "This package provides The Khronos XML API Registry, exposed as byte string constants.")
+ (license license:asl2.0)))
+