summaryrefslogtreecommitdiff
path: root/gnu/packages/crates-graphics.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-10-24 11:59:58 +0300
committerEfraim Flashner <efraim@flashner.co.il>2022-10-24 17:40:06 +0300
commitabc613f1bddae42ac3b49ea00ef82353ed6bd1dc (patch)
tree69cb2cc809295373b13f6489f6100a0a969aa969 /gnu/packages/crates-graphics.scm
parentff69890d87b693ccdbab623574be9d73e15048e2 (diff)
gnu: Remove rust-piston2d-gfx-graphics-0.66.
* gnu/packages/crates-graphics.scm (rust-piston2d-gfx-graphics-0.66): Delete variable.
Diffstat (limited to 'gnu/packages/crates-graphics.scm')
-rw-r--r--gnu/packages/crates-graphics.scm28
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index 876536d67d..fc2cb778ec 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -1715,34 +1715,6 @@ nicely with Piston libraries.")
"This package provides a library for storing viewport information.")
(license license:expat)))
-(define-public rust-piston2d-gfx-graphics-0.66
- (package
- (name "rust-piston2d-gfx-graphics")
- (version "0.66.0")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "piston2d-gfx_graphics" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "1pmlkf5rl6pr0c1lqm0059xwj9pwlws7gaq9w6r9d916di6fzki1"))))
- (build-system cargo-build-system)
- (arguments
- `(#:skip-build? #t
- #:cargo-inputs
- (("rust-gfx" ,rust-gfx-0.18)
- ("rust-piston-shaders-graphics2d" ,rust-piston-shaders-graphics2d-0.3)
- ("rust-piston-gfx-texture" ,rust-piston-gfx-texture-0.40)
- ("rust-shader-version" ,rust-shader-version-0.6)
- ("rust-draw-state" ,rust-draw-state-0.8))))
- (home-page "https://github.com/PistonDevelopers/gfx_graphics")
- (synopsis "Gfx 2D back-end for the Piston game engine")
- (description
- "This package provides a Gfx 2D back-end for the Piston game engine.")
- (license license:expat)))
-
(define-public rust-piston2d-graphics-0.35
(package
(name "rust-piston2d-graphics")