mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add rust-gloo-timers-0.2.
* gnu/packages/crates-io.scm (rust-gloo-timers-0.2): New variable.
This commit is contained in:
parent
6bb934340e
commit
7144a2614c
1 changed files with 30 additions and 0 deletions
|
@ -12642,6 +12642,36 @@ (define-public rust-globwalk-0.5
|
|||
(("rust-docmatic" ,rust-docmatic-0.1)
|
||||
("rust-tempdir" ,rust-tempdir-0.3))))))
|
||||
|
||||
(define-public rust-gloo-timers-0.2
|
||||
(package
|
||||
(name "rust-gloo-timers")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gloo-timers" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "07w999jm1r1i8r574qbmsa3l4w3gxhyx04cbllg0m4pzm934l827"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-futures-channel" ,rust-futures-channel-0.3)
|
||||
("rust-futures-core" ,rust-futures-core-0.3)
|
||||
("rust-js-sys" ,rust-js-sys-0.3)
|
||||
("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2)
|
||||
("rust-web-sys" ,rust-web-sys-0.3))
|
||||
#:cargo-development-inputs
|
||||
(("rust-futures-util" ,rust-futures-util-0.3)
|
||||
("rust-wasm-bindgen-futures" ,rust-wasm-bindgen-futures-0.4)
|
||||
("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3))))
|
||||
(home-page "https://github.com/rustwasm/gloo")
|
||||
(synopsis "Convenience crate for working with JavaScript timers")
|
||||
(description
|
||||
"This package is a convenience crate for working with JavaScript
|
||||
timers.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-goblin-0.2
|
||||
(package
|
||||
(name "rust-goblin")
|
||||
|
|
Loading…
Reference in a new issue