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:
Efraim Flashner 2024-01-07 11:58:51 +02:00
parent 8419fc9277
commit f247366792
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")