summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)))
+