1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: Add rust-windows-implement@0.60.0.

* gnu/packages/crates-windows.scm (rust-windows-implement-0.60): New variable.

Change-Id: I14993fd2d0a15779ffbe418a0b3d20e300187707
This commit is contained in:
Danny Milosavljevic 2025-05-20 01:01:13 +02:00
parent 88b95897ca
commit b1b82f9eb2
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -1743,6 +1743,29 @@ crate.")
"This package provides The interface macro for the windows crate.") "This package provides The interface macro for the windows crate.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
(define-public rust-windows-implement-0.60
(package
(name "rust-windows-implement")
(version "0.60.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "windows-implement" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0dm88k3hlaax85xkls4gf597ar4z8m5vzjjagzk910ph7b8xszx4"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-2))))
(home-page "https://github.com/microsoft/windows-rs")
(synopsis "The implement macro for the windows crate")
(description
"This package provides The implement macro for the windows crate.")
(license (list license:expat license:asl2.0))))
(define-public rust-windows-core-0.58 (define-public rust-windows-core-0.58
(package (package
(name "rust-windows-core") (name "rust-windows-core")