mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: Add rust-tracy-client-sys-0.22.
* gnu/packages/crates-io.scm (rust-tracy-client-sys-0.22): New variable. Change-Id: I446c9eeb8bb72b8b4c924719a7953631fd89b996
This commit is contained in:
parent
8419fc9277
commit
f247366792
1 changed files with 22 additions and 0 deletions
|
@ -78088,6 +78088,28 @@ (define-public rust-trackable-derive-1
|
|||
be used directly. See @code{rust-trackable} for more information.")
|
||||
(license license:expat)))
|
||||
|
||||
;; TODO: Unbundle tracy-0.10
|
||||
(define-public rust-tracy-client-sys-0.22
|
||||
(package
|
||||
(name "rust-tracy-client-sys")
|
||||
(version "0.22.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tracy-client-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "17bc4zbsvix9vim2kw1vfn6y3zzc1spzg9vijqvf9c2147bpx307"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-cc" ,rust-cc-1))))
|
||||
(home-page "https://github.com/nagisa/rust_tracy_client")
|
||||
(synopsis
|
||||
"Low level bindings to the client libraries for the Tracy profiler")
|
||||
(description
|
||||
"Low level bindings to the client libraries for the Tracy profiler.")
|
||||
(license (list license:expat license:asl2.0 license:bsd-3))))
|
||||
|
||||
(define-public rust-traitobject-0.1
|
||||
(package
|
||||
(name "rust-traitobject")
|
||||
|
|
Loading…
Reference in a new issue