diff options
Diffstat (limited to 'unlustig.scm')
-rw-r--r-- | unlustig.scm | 19 |
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") |