summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2024-03-13 05:24:04 -0500
committermsglm <msglm@techchud.xyz>2024-03-13 05:24:04 -0500
commit66c8bf620f7bb2e5f618a88c03ea679395272b3d (patch)
treedb0341d6a986c4facda6fe172be570ee1f320db6
parent76d2b5c1b8bab3275f97367cf8e4489667c1cf0f (diff)
downloadguix-msglm-66c8bf620f7bb2e5f618a88c03ea679395272b3d.tar.gz
guix-msglm-66c8bf620f7bb2e5f618a88c03ea679395272b3d.tar.bz2
guix-msglm-66c8bf620f7bb2e5f618a88c03ea679395272b3d.zip
properly fix unlustig with git pull
-rw-r--r--unlustig.scm19
1 files changed, 19 insertions, 0 deletions
diff --git a/unlustig.scm b/unlustig.scm
index 5ba95ed..64d7254 100644
--- a/unlustig.scm
+++ b/unlustig.scm
@@ -337,6 +337,25 @@ right with surrounding punctuation like parentheses.")
(description "Minimal 2D math library for GUI work")
(license (list expat 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
+ "The Khronos XML API Registry, exposed as byte string constants.")
+ (license asl2.0)))
+
(define-public rust-gl-generator-0.4
(package
(name "rust-gl-generator")