[dependencies.tracy-client-sys]
default-features = false
version = "0.11.0"
[features]
default = ["enable"]
delayed-init = ["tracy-client-sys/delayed-init"]
enable = ["tracy-client-sys/enable"]
lowres-timer = ["tracy-client-sys/lowres-timer"]
noexit = ["tracy-client-sys/noexit"]
[package]
authors = ["Simonas Kazlauskas <tracy-client@kazlauskas.me>"]
description = "High level bindings to the client libraries for the Tracy profiler\n"
documentation = "https://docs.rs/tracy-client"
edition = "2018"
homepage = "https://github.com/nagisa/rust_tracy_client"
license = "MIT/Apache-2.0"
name = "tracy-client"
readme = "../README.mkd"
repository = "https://github.com/nagisa/rust_tracy_client"
version = "0.10.0"