@@ -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")