mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Add rust-crossfont-0.2.
* gnu/packages/crates-io.scm (rust-crossfont-0.2): New variable.
This commit is contained in:
parent
43c1952c97
commit
af2e9b413d
1 changed files with 35 additions and 0 deletions
|
@ -7800,6 +7800,41 @@ (define-public rust-crossbeam-utils-0.6
|
|||
#:cargo-development-inputs
|
||||
(("rust-rand" ,rust-rand-0.6))))))
|
||||
|
||||
(define-public rust-crossfont-0.2
|
||||
(package
|
||||
(name "rust-crossfont")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "crossfont" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "04p8k0yn19n2pdbiqzwkknakz9c7kdii0i2nf3s3p298ab7ld28h"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-cocoa" ,rust-cocoa-0.24)
|
||||
("rust-core-foundation" ,rust-core-foundation-0.9)
|
||||
("rust-core-foundation-sys" ,rust-core-foundation-sys-0.8)
|
||||
("rust-core-graphics" ,rust-core-graphics-0.22)
|
||||
("rust-core-text" ,rust-core-text-19)
|
||||
("rust-dwrote" ,rust-dwrote-0.11)
|
||||
("rust-foreign-types" ,rust-foreign-types-0.5)
|
||||
("rust-freetype-rs" ,rust-freetype-rs-0.26)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-pkg-config" ,rust-pkg-config-0.3)
|
||||
("rust-servo-fontconfig" ,rust-servo-fontconfig-0.5)
|
||||
("rust-winapi" ,rust-winapi-0.3))))
|
||||
(home-page "https://github.com/alacritty/crossfont")
|
||||
(synopsis "Native font loading and rasterization")
|
||||
(description
|
||||
"Crossfont is a cross-platform Rust library for loading fonts and
|
||||
rasterizing glyphs, using native font engines whenever possible.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-crossterm-0.13
|
||||
(package
|
||||
(name "rust-crossterm")
|
||||
|
|
Loading…
Reference in a new issue