mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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
1 changed files with 16 additions and 0 deletions
|
@ -1802,6 +1802,22 @@ (define-public rust-glutin-egl-sys-0.6
|
|||
(description "The egl bindings for glutin.")
|
||||
(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
|
||||
(package
|
||||
(inherit rust-glutin-egl-sys-0.6)
|
||||
|
|
Loading…
Reference in a new issue