[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/187: gnu: Remove rust-piston2d-gfx-graphics-0.66.
From: |
guix-commits |
Subject: |
01/187: gnu: Remove rust-piston2d-gfx-graphics-0.66. |
Date: |
Mon, 24 Oct 2022 10:57:42 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit abc613f1bddae42ac3b49ea00ef82353ed6bd1dc
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 11:59:58 2022 +0300
gnu: Remove rust-piston2d-gfx-graphics-0.66.
* gnu/packages/crates-graphics.scm (rust-piston2d-gfx-graphics-0.66):
Delete variable.
---
gnu/packages/crates-graphics.scm | 28 ----------------------------
1 file changed, 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")
- branch master updated (ff69890d87 -> d9c7435f18), guix-commits, 2022/10/24
- 02/187: gnu: Remove rust-piston-0.49., guix-commits, 2022/10/24
- 01/187: gnu: Remove rust-piston2d-gfx-graphics-0.66.,
guix-commits <=
- 04/187: gnu: Remove rust-gfx-device-gl-0.16., guix-commits, 2022/10/24
- 07/187: gnu: Remove rust-addr2line-0.11., guix-commits, 2022/10/24
- 08/187: gnu: Remove rust-abscissa-core-0.5., guix-commits, 2022/10/24
- 10/187: gnu: Remove rust-gio-0.7., guix-commits, 2022/10/24
- 11/187: gnu: Remove rust-cairo-rs-0.7., guix-commits, 2022/10/24
- 03/187: gnu: Remove rust-lyon-extra-0.17., guix-commits, 2022/10/24
- 06/187: gnu: Remove rust-afl-0.5., guix-commits, 2022/10/24
- 05/187: gnu: Remove rust-bindgen-0.33., guix-commits, 2022/10/24
- 09/187: gnu: Remove rust-pango-0.7., guix-commits, 2022/10/24
- 12/187: gnu: Remove rust-resize-0.3., guix-commits, 2022/10/24