gnu: Add rust-glutin-egl-sys-0.5.
* gnu/packages/crates-graphics.scm (rust-glutin-egl-sys-0.5): New variable. Change-Id: Iaf8fc87754a96ba4be63aed43e05f9fd0c6d22ca
This commit is contained in:
parent
92fbb18417
commit
e5ca05b2aa
@ -1802,6 +1802,22 @@ EUI-64, also known as MAC-48 media access control addresses.")
|
|||||||
(description "The egl bindings for glutin.")
|
(description "The egl bindings for glutin.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public rust-glutin-egl-sys-0.5
|
||||||
|
(package
|
||||||
|
(inherit rust-glutin-egl-sys-0.6)
|
||||||
|
(name "rust-glutin-egl-sys")
|
||||||
|
(version "0.5.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "glutin_egl_sys" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1iapzqscy4891crxdddddq4qqqday1sf0s0j762yqs2sdjr4wy5g"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-gl-generator" ,rust-gl-generator-0.14)
|
||||||
|
("rust-windows-sys" ,rust-windows-sys-0.45))))))
|
||||||
|
|
||||||
(define-public rust-glutin-egl-sys-0.4
|
(define-public rust-glutin-egl-sys-0.4
|
||||||
(package
|
(package
|
||||||
(inherit rust-glutin-egl-sys-0.6)
|
(inherit rust-glutin-egl-sys-0.6)
|
||||||
|
Loading…
Reference in New Issue
Block a user