gnu: Add rust-raw-window-handle-0.3.
* gnu/packages/crates-io.scm (rust-raw-window-handle-0.3): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
2cb32a3afe
commit
10975d5ce7
|
@ -10809,6 +10809,28 @@ random number generators.")
|
|||
#:cargo-development-inputs
|
||||
(("rust-rand" ,rust-rand-0.6))))))
|
||||
|
||||
(define-public rust-raw-window-handle-0.3
|
||||
(package
|
||||
(name "rust-raw-window-handle")
|
||||
(version "0.3.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "raw-window-handle" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"04c2wir7qq3g2b143yav52a1g5ack8ffqx2bpmrn9bc0dix1li0a"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-libc" ,rust-libc-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)))
|
||||
|
||||
(define-public rust-rawpointer-0.1
|
||||
(package
|
||||
(name "rust-rawpointer")
|
||||
|
|
Reference in New Issue