mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Remove rust-piston2d-graphics-0.35.
* gnu/packages/crates-graphics.scm (rust-piston2d-graphics-0.35): Delete variable.
This commit is contained in:
parent
7d7a4f13b1
commit
043fdaeac9
1 changed files with 0 additions and 30 deletions
|
@ -1641,36 +1641,6 @@ (define-public rust-piston-viewport-1
|
|||
"This package provides a library for storing viewport information.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-piston2d-graphics-0.35
|
||||
(package
|
||||
(name "rust-piston2d-graphics")
|
||||
(version "0.35.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "piston2d-graphics" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dx2fanxc2pj76hc5l72x0fh4qg9gchjlr8rmbhdk6jpggcmq56g"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-interpolation" ,rust-interpolation-0.2)
|
||||
("rust-rusttype" ,rust-rusttype-0.7)
|
||||
("rust-piston-texture" ,rust-piston-texture-0.8)
|
||||
("rust-piston-viewport" ,rust-piston-viewport-1)
|
||||
("rust-read-color" ,rust-read-color-1)
|
||||
("rust-vecmath" ,rust-vecmath-1)
|
||||
("rust-fnv" ,rust-fnv-1))))
|
||||
(home-page "https://github.com/pistondevelopers/graphics")
|
||||
(synopsis "Library for 2D graphics that works with multiple back-ends")
|
||||
(description "This package provides a library for 2D graphics that works
|
||||
with multiple back-ends.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-pistoncore-event-loop-0.49
|
||||
(package
|
||||
(name "rust-pistoncore-event-loop")
|
||||
|
|
Loading…
Reference in a new issue