mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: Add rust-glutin-glx-sys-0.5.
* gnu/packages/crates-graphics.scm (rust-glutin-glx-sys-0.5): New variable. (rust-glutin-glx-sys-0.4): Inherit from rust-glutin-glx-sys-0.5. Change-Id: I9b9d4acaf2888eb5f4571f2bf7fc7fcf2932e189
This commit is contained in:
parent
9b3e53c0c4
commit
caff40ea34
1 changed files with 22 additions and 6 deletions
|
@ -1641,8 +1641,29 @@ EUI-64, also known as MAC-48 media access control addresses.")
|
||||||
(description "This package provides gles2 bindings for glutin.")
|
(description "This package provides gles2 bindings for glutin.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public rust-glutin-glx-sys-0.5
|
||||||
|
(package
|
||||||
|
(name "rust-glutin-glx-sys")
|
||||||
|
(version "0.5.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "glutin_glx_sys" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0krv3chf5sy83rsfwq267paczskpwnb5gcw0agac5p0hdilgsrd1"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-gl-generator" ,rust-gl-generator-0.14)
|
||||||
|
("rust-x11-dl" ,rust-x11-dl-2))))
|
||||||
|
(home-page "https://github.com/rust-windowing/glutin")
|
||||||
|
(synopsis "Glx bindings for glutin")
|
||||||
|
(description "This package provides glx bindings for glutin.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public rust-glutin-glx-sys-0.4
|
(define-public rust-glutin-glx-sys-0.4
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-glutin-glx-sys-0.5)
|
||||||
(name "rust-glutin-glx-sys")
|
(name "rust-glutin-glx-sys")
|
||||||
(version "0.4.0")
|
(version "0.4.0")
|
||||||
(source
|
(source
|
||||||
|
@ -1652,15 +1673,10 @@ EUI-64, also known as MAC-48 media access control addresses.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "150l397l64p4r46wshh8zdlwifpcqpm93fm3csh4m5k8wmgwnlqv"))))
|
(base32 "150l397l64p4r46wshh8zdlwifpcqpm93fm3csh4m5k8wmgwnlqv"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-gl-generator" ,rust-gl-generator-0.14)
|
(("rust-gl-generator" ,rust-gl-generator-0.14)
|
||||||
("rust-x11-dl" ,rust-x11-dl-2))))
|
("rust-x11-dl" ,rust-x11-dl-2))))))
|
||||||
(home-page "https://github.com/tomaka/glutin")
|
|
||||||
(synopsis "Glx bindings for glutin")
|
|
||||||
(description "This package provides glx bindings for glutin.")
|
|
||||||
(license license:asl2.0)))
|
|
||||||
|
|
||||||
(define-public rust-glutin-glx-sys-0.1
|
(define-public rust-glutin-glx-sys-0.1
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue