diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-10-24 11:59:59 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-10-24 17:40:07 +0300 |
commit | 157595a772ffa834a216d8b00e73e6cf2090c4c9 (patch) | |
tree | 2d9c5bcec4a5fc099a6dbb366ad6d1cf9d0eeb66 /gnu | |
parent | 0b666b56247724d6beff696ee342e8bf00b76cb8 (diff) |
gnu: Remove rust-gfx-device-gl-0.16.
* gnu/packages/crates-graphics.scm (rust-gfx-device-gl-0.16): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-graphics.scm | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index 42adfacf63..3f522d0d5c 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -726,31 +726,6 @@ EUI-64, also known as MAC-48 media access control addresses.") (description "This package is a core library of Gfx-rs.") (license license:asl2.0))) -(define-public rust-gfx-device-gl-0.16 - (package - (name "rust-gfx-device-gl") - (version "0.16.2") - (source - (origin - (method url-fetch) - (uri (crate-uri "gfx_device_gl" version)) - (file-name - (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "1g5yg19jvxdmviljyakhd6253bnb2qg7v8iscf48ihc0ldgki70h")))) - (build-system cargo-build-system) - (arguments - `(#:skip-build? #t - #:cargo-inputs - (("rust-log" ,rust-log-0.4) - ("rust-gfx-gl" ,rust-gfx-gl-0.6) - ("rust-gfx-core" ,rust-gfx-core-0.9)))) - (home-page "https://github.com/gfx-rs/gfx") - (synopsis "OpenGL backend for gfx-rs") - (description "This package provides the openGL backend for gfx-rs.") - (license license:asl2.0))) - (define-public rust-gfx-gl-0.6 (package (name "rust-gfx-gl") |