mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Remove rust-pistoncore-glutin-window-0.63.
* gnu/packages/crates-graphics.scm (rust-pistoncore-glutin-window-0.63): Delete variable.
This commit is contained in:
parent
5aeb4e2b5b
commit
7d7a4f13b1
1 changed files with 0 additions and 28 deletions
|
@ -1696,34 +1696,6 @@ (define-public rust-pistoncore-event-loop-0.49
|
||||||
interactive applications.")
|
interactive applications.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-pistoncore-glutin-window-0.63
|
|
||||||
(package
|
|
||||||
(name "rust-pistoncore-glutin-window")
|
|
||||||
(version "0.63.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "pistoncore-glutin_window" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0dhbyxarv5i742d400bmqdqq3f8c25kcgcg0xavrc18dc913rixc"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-gl" ,rust-gl-0.11)
|
|
||||||
("rust-glutin" ,rust-glutin-0.21)
|
|
||||||
("rust-pistoncore-input" ,rust-pistoncore-input-0.28)
|
|
||||||
("rust-pistoncore-window" ,rust-pistoncore-window-0.44)
|
|
||||||
("rust-shader-version" ,rust-shader-version-0.6))))
|
|
||||||
(home-page "https://github.com/pistondevelopers/glutin_window")
|
|
||||||
(synopsis "Piston window back-end using the Glutin library")
|
|
||||||
(description
|
|
||||||
"This package provides a Piston window back-end using the Glutin library.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-pistoncore-input-0.28
|
(define-public rust-pistoncore-input-0.28
|
||||||
(package
|
(package
|
||||||
(name "rust-pistoncore-input")
|
(name "rust-pistoncore-input")
|
||||||
|
|
Loading…
Reference in a new issue