mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
gnu: Add rust-box-drawing-0.1.
* gnu/packages/crates-graphics.scm (rust-box-drawing-0.1): New variable. Change-Id: I560134e615a94a0552f88d8781dd97c70a3a3062 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
cd607885b0
commit
47ea3546c1
1 changed files with 19 additions and 0 deletions
|
@ -474,6 +474,25 @@ alpha channel embedding.")
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-arrayvec" ,rust-arrayvec-0.5))))))
|
(("rust-arrayvec" ,rust-arrayvec-0.5))))))
|
||||||
|
|
||||||
|
(define-public rust-box-drawing-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-box-drawing")
|
||||||
|
(version "0.1.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "box_drawing" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0jx4rrxy4xmgmplmgl398vrng67sfl8qny7n7d91fyw6zpaxh9za"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://gitlab.com/chronos.alfa/box_drawing.git")
|
||||||
|
(synopsis "Simple library containing constants for UTF-8 box drawing")
|
||||||
|
(description
|
||||||
|
"This package provides a simple library containing constants for UTF-8 box
|
||||||
|
drawing.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-cgl-0.3
|
(define-public rust-cgl-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-cgl")
|
(name "rust-cgl")
|
||||||
|
|
Loading…
Add table
Reference in a new issue