gnu: Add rust-tracy-client-0.10.
* gnu/packages/crates-io.scm (rust-tracy-client-0.10): New variable. Change-Id: I53beb20e4b9e27c40706f4365810dc1bf53e5cd9
This commit is contained in:
parent
5eb62cf6d6
commit
ddbd9e10fc
@ -78112,6 +78112,21 @@ be used directly. See @code{rust-trackable} for more information.")
|
||||
"High level bindings to the client libraries for the Tracy profiler.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-tracy-client-0.10
|
||||
(package
|
||||
(inherit rust-tracy-client-0.16)
|
||||
(name "rust-tracy-client")
|
||||
(version "0.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tracy-client" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0lx4rs19i1cm4klmpxi4cgj1alhibwcql6q1a153apm0gjrwv34y"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-tracy-client-sys" ,rust-tracy-client-sys-0.11))))))
|
||||
|
||||
;; TODO: Unbundle tracy-0.10
|
||||
(define-public rust-tracy-client-sys-0.22
|
||||
(package
|
||||
|
Loading…
Reference in New Issue
Block a user