diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-10-24 12:09:27 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-10-24 17:40:10 +0300 |
commit | 7d7a4f13b18b453af9a7350bafe837e8c5e28a72 (patch) | |
tree | b180cbd54a9b3fb96628e22208f1b9b79c9169b3 /gnu/packages/crates-graphics.scm | |
parent | 5aeb4e2b5b7c9f64c8f40489449fd01bc606fd06 (diff) |
gnu: Remove rust-pistoncore-glutin-window-0.63.
* gnu/packages/crates-graphics.scm (rust-pistoncore-glutin-window-0.63): Delete variable.
Diffstat (limited to 'gnu/packages/crates-graphics.scm')
-rw-r--r-- | gnu/packages/crates-graphics.scm | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index d9dcd109318..4e34a62cc09 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -1696,34 +1696,6 @@ with multiple back-ends.") interactive applications.") (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 (package (name "rust-pistoncore-input") |