From e3ea839a3e2af7a814fc3c9552bb2826f56427c4 Mon Sep 17 00:00:00 2001 From: techchud Date: Sun, 17 Aug 2025 19:24:05 -0500 Subject: add rust-khronos_api@1 --- unlustig.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'unlustig.scm') 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))) + -- cgit v1.2.3