mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: rust-raw-window-handle-0.6: Update to 0.6.2.
* gnu/packages/crates-graphics.scm (rust-raw-window-handle-0.6): Update to 0.6.2. [cargo-development-inputs]: Add rust-static-assertions-1. Change-Id: I6a361e97fe6c91bcbb7a91377195b6fcdb05acc3
This commit is contained in:
parent
3eb0cc2d30
commit
61a6d8a080
1 changed files with 5 additions and 3 deletions
|
@ -3258,17 +3258,19 @@ in AVIF format (powers the @code{cavif} tool).")
|
||||||
(define-public rust-raw-window-handle-0.6
|
(define-public rust-raw-window-handle-0.6
|
||||||
(package
|
(package
|
||||||
(name "rust-raw-window-handle")
|
(name "rust-raw-window-handle")
|
||||||
(version "0.6.0")
|
(version "0.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "raw-window-handle" version))
|
(uri (crate-uri "raw-window-handle" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0i5mxxfcgqmvmzg4f0lcz68g4xfd9jybhrdkxd2v37qv1q587aa2"))))
|
(base32 "0ff5c648hncwx7hm2a8fqgqlbvbl4xawb6v3xxv9wkpjyrr5arr0"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))))
|
`(#:cargo-inputs (("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-static-assertions" ,rust-static-assertions-1))))
|
||||||
(home-page "https://github.com/rust-windowing/raw-window-handle")
|
(home-page "https://github.com/rust-windowing/raw-window-handle")
|
||||||
(synopsis "Interoperability library for Rust Windowing applications")
|
(synopsis "Interoperability library for Rust Windowing applications")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue