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