mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: Add rust-raw-window-handle-0.5.
* gnu/packages/crates-graphics.scm (rust-raw-window-handle-0.5): New variable. (rust-raw-window-handle-0.4): Inherit from rust-raw-window-handle-0.5.
This commit is contained in:
parent
c07de7f918
commit
c787f63ede
1 changed files with 21 additions and 7 deletions
|
@ -2157,8 +2157,28 @@ (define-public rust-ravif-0.6
|
|||
(list nasm)) ;for building rav1e
|
||||
(inputs '())))
|
||||
|
||||
(define-public rust-raw-window-handle-0.5
|
||||
(package
|
||||
(name "rust-raw-window-handle")
|
||||
(version "0.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "raw-window-handle" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1f9k10fgda464ia1b2hni8f0sa8i0bphdsbs3di032x80qgrmzzj"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/rust-windowing/raw-window-handle")
|
||||
(synopsis "Interoperability library for Rust Windowing applications")
|
||||
(description
|
||||
"Interoperability library for Rust Windowing applications.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-raw-window-handle-0.4
|
||||
(package
|
||||
(inherit rust-raw-window-handle-0.5)
|
||||
(name "rust-raw-window-handle")
|
||||
(version "0.4.3")
|
||||
(source
|
||||
|
@ -2169,15 +2189,9 @@ (define-public rust-raw-window-handle-0.4
|
|||
(sha256
|
||||
(base32
|
||||
"0hgvrqbr2b62zhq4ryv08h92mwis9v8f7j9pwcgxzlp7nswvw05q"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-cty" ,rust-cty-0.2))))
|
||||
(home-page "https://github.com/rust-windowing/raw-window-handle")
|
||||
(synopsis "Interoperability library for Rust Windowing applications")
|
||||
(description
|
||||
"Interoperability library for Rust Windowing applications.")
|
||||
(license license:expat)))
|
||||
(("rust-cty" ,rust-cty-0.2))))))
|
||||
|
||||
(define-public rust-raw-window-handle-0.3
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue