mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: Add rust-winsafe-0.0.19.
* gnu/packages/crates-windows.scm (rust-winsafe-0.0.19): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
32851253e2
commit
0949a4b294
1 changed files with 18 additions and 0 deletions
|
@ -1368,6 +1368,24 @@ (define-public rust-winresource-0.1
|
|||
icons and metadata for executables.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-winsafe-0.0.19
|
||||
(package
|
||||
(name "rust-winsafe")
|
||||
(version "0.0.19")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "winsafe" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0169xy9mjma8dys4m8v4x0xhw2gkbhv2v1wsbvcjl9bhnxxd2dfi"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/rodrigocfd/winsafe")
|
||||
(synopsis "Windows API and GUI in safe, idiomatic Rust")
|
||||
(description
|
||||
"This package provides Windows API and GUI in safe, idiomatic Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-winutil-0.1
|
||||
(package
|
||||
(name "rust-winutil")
|
||||
|
|
Loading…
Reference in a new issue