gnu: Add rust-owned-ttf-parser-0.19.

* gnu/packages/crates-io.scm (rust-owned-ttf-parser-0.19): New variable.
This commit is contained in:
Efraim Flashner 2023-04-24 16:41:00 +03:00
parent 3f9dfac5fa
commit c89e95f5c6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -41337,6 +41337,26 @@ (define-public rust-overload-0.1
"This package provides a macro to simplify operator overloading.")
(license license:expat)))
(define-public rust-owned-ttf-parser-0.19
(package
(name "rust-owned-ttf-parser")
(version "0.19.0")
(source (origin
(method url-fetch)
(uri (crate-uri "owned-ttf-parser" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"192v6mjgy2fv7z8n7wm6548pikngcc293l9qh8xdc4s147iffvbh"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-ttf-parser" ,rust-ttf-parser-0.19))))
(home-page "https://github.com/alexheretic/owned-ttf-parser")
(synopsis "Ttf-parser plus support for owned data")
(description
"This package provides a ttf-parser plus support for owned data.")
(license license:asl2.0)))
(define-public rust-owned-ttf-parser-0.6
(package
(name "rust-owned-ttf-parser")