gnu: Add rust-windows-threading@0.1.0.

* gnu/packages/crates-windows.scm (rust-windows-threading-0.1): New variable.

Change-Id: I44e9a7e306a082f84c0713069c3a5900bcc61d24
This commit is contained in:
Danny Milosavljevic 2025-05-20 01:02:14 +02:00
parent 5da8c8e275
commit 5d1d97be1c
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -2696,6 +2696,26 @@ implementation of Windows services.")
(description "This package provides Windows numeric types.")
(license (list license:expat license:asl2.0))))
(define-public rust-windows-threading-0.1
(package
(name "rust-windows-threading")
(version "0.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "windows-threading" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "19jpn37zpjj2q7pn07dpq0ay300w65qx7wdp13wbp8qf5snn6r5n"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-windows-link" ,rust-windows-link-0.1))))
(home-page "https://github.com/microsoft/windows-rs")
(synopsis "Windows threading")
(description "This package provides Windows threading.")
(license (list license:expat license:asl2.0))))
(define-public rust-windows-strings-0.1
(package
(name "rust-windows-strings")