mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: Add rust-crosstermion-0.11.
* gnu/packages/crates-io.scm (rust-crosstermion-0.11): New variable. Change-Id: Ic62c37db934907b08aae4962eb56be1fe6dc705a
This commit is contained in:
parent
e16187436f
commit
7c0c1983f8
1 changed files with 30 additions and 0 deletions
|
@ -17755,6 +17755,36 @@ (define-public rust-crossterm-winapi-0.7
|
|||
#:cargo-inputs
|
||||
(("rust-winapi" ,rust-winapi-0.3))))))
|
||||
|
||||
(define-public rust-crosstermion-0.11
|
||||
(package
|
||||
(name "rust-crosstermion")
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "crosstermion" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0jbpxv2h08a1rvpw42iq59l2y0xbqvzpdq09043i8ihdc9nz8bhm"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-ansi-term" ,rust-ansi-term-0.12)
|
||||
("rust-async-channel" ,rust-async-channel-1)
|
||||
("rust-crossterm" ,rust-crossterm-0.26)
|
||||
("rust-futures-channel" ,rust-futures-channel-0.3)
|
||||
("rust-futures-core" ,rust-futures-core-0.3)
|
||||
("rust-futures-lite" ,rust-futures-lite-1)
|
||||
("rust-ratatui" ,rust-ratatui-0.20)
|
||||
("rust-termion" ,rust-termion-2)
|
||||
("rust-tui-react" ,rust-tui-react-0.20))))
|
||||
(home-page "https://github.com/Byron/tui-crates")
|
||||
(synopsis "Unification of crossterm and termion behind a common facade")
|
||||
(description
|
||||
"The unification of crossterm and termion behind a common facade for use with
|
||||
feature flags.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-crunchy-0.2
|
||||
(package
|
||||
(name "rust-crunchy")
|
||||
|
|
Loading…
Reference in a new issue