summaryrefslogtreecommitdiffstats
path: root/unlustig.scm
diff options
context:
space:
mode:
Diffstat (limited to 'unlustig.scm')
-rw-r--r--unlustig.scm23
1 files changed, 23 insertions, 0 deletions
diff --git a/unlustig.scm b/unlustig.scm
index 246fc11..0cd0d8a 100644
--- a/unlustig.scm
+++ b/unlustig.scm
@@ -1503,3 +1503,26 @@ binding to JVM APIs from Rust.")
"This package provides Toolkit for making client wayland applications.")
(license license:expat)))
+(define-public rust-gl-generator-0.5
+ (package
+ (name "rust-gl-generator")
+ (version "0.5.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "gl_generator" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0756xj1inkh0j5mcigsyyl5amhg954hkd13av4d9wbnmlcmvzb77"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-khronos-api" ,rust-khronos-api-1)
+ ("rust-log" ,rust-log-0.3)
+ ("rust-xml-rs" ,rust-xml-rs-0.6))))
+ (home-page "https://github.com/brendanzab/gl-rs/")
+ (synopsis
+ "Code generators for creating bindings to the Khronos OpenGL APIs")
+ (description
+ "This package provides Code generators for creating bindings to the Khronos @code{OpenGL} APIs.")
+ (license license:asl2.0)))
+