GNU bug report logs -
#69803
[PATCH rust-team 00/37] Add egui, gilrs and dependencies.
Previous Next
Full log
Message #92 received at 69803 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-graphics.scm (rust-glow-0.13): Add variable.
(rust-glow-0.12): Inherit from rust-glow-0.13.
Change-Id: I7292a081947c76fd37939158eb6790c0dc747b02
---
gnu/packages/crates-graphics.scm | 27 +++++++++++++++++++++------
1 file changed, 21 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index cb2d6eeeb9..ac1c74b516 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -1521,17 +1521,17 @@ (define-public rust-gleam-0.6
"Generated OpenGL bindings and wrapper for Servo.")
(license (list license:asl2.0 license:expat))))
-(define-public rust-glow-0.12
+(define-public rust-glow-0.13
(package
(name "rust-glow")
- (version "0.12.3")
+ (version "0.13.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "glow" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0a1p6c9nff09m4gn0xnnschcpjq35y7c12w69ar8l2mnwj0fa3ya"))))
+ (base32 "1c91n554dp4bdp5d86rpl77ryv6rjyrqn7735m7mfcivqh28wd5x"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-js-sys" ,rust-js-sys-0.3)
@@ -1540,12 +1540,27 @@ (define-public rust-glow-0.12
("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2)
("rust-web-sys" ,rust-web-sys-0.3))))
(home-page "https://github.com/grovesNL/glow.git")
- (synopsis "Bindings to run GL anywhere")
+ (synopsis "GL on Whatever: bindings to run Open GL (ES) and WebGL")
(description
- "GL on Whatever: a set of bindings to run GL (Open GL, @code{OpenGL} ES, and
-@code{WebGL}) anywhere, and avoid target-specific code.")
+ "GL on Whatever: this package provides a set of bindings to run GL
+(Open GL, @code{OpenGL} ES, and @code{WebGL}) anywhere, and avoid target-
+specific code.")
(license (list license:expat license:asl2.0 license:zlib))))
+(define-public rust-glow-0.12
+ (package
+ (inherit rust-glow-0.13)
+ (name "rust-glow")
+ (version "0.12.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "glow" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0a1p6c9nff09m4gn0xnnschcpjq35y7c12w69ar8l2mnwj0fa3ya"))))))
+
(define-public rust-glutin-0.31
(package
(name "rust-glutin")
--
2.41.0
This bug report was last modified 1 year and 92 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.