GNU bug report logs -
#69803
[PATCH rust-team 00/37] Add egui, gilrs and dependencies.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-color-hex-0.2): Add variable.
Change-Id: I09461224f2e3dc77303a2541d2cddaad3299635a
---
gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c88e535fcc..1cf23d1dd6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12561,6 +12561,26 @@ (define-public rust-color-eyre-0.6
and well formatted error reports for all kinds of errors.")
(license (list license:expat license:asl2.0))))
+(define-public rust-color-hex-0.2
+ (package
+ (name "rust-color-hex")
+ (version "0.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "color-hex" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1yacshskcjybr727rh6d38lrfrcdivnd184h49j6qsrj7a8zppzc"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/newcomb-luke/color-hex")
+ (synopsis
+ "Convert hexadecimal strings to an RGBA byte array at compile time")
+ (description
+ "This package provides a procedural macro for converting hexadecimal
+strings to an RGB or RGBA byte array at compile time.")
+ (license license:expat)))
+
(define-public rust-color-print-0.3
(package
(name "rust-color-print")
--
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.