[dependencies.parking_lot]
version = "0.12"
[dependencies.puffin]
optional = true
version = "0.19.1"
[dependencies.thiserror]
version = "2"
[dependencies.tracy-client]
optional = true
version = "0.18"
[dependencies.wgpu]
version = "24.0.0"
[dev-dependencies.futures-lite]
version = "2"
[dev-dependencies.profiling]
version = "1"
[dev-dependencies.puffin_http]
version = "0.16.1"
[dev-dependencies.tracy-client]
version = "0.18"
[dev-dependencies.wgpu]
default-features = true
version = "24.0.0"
[dev-dependencies.winit]
version = "0.30"
[[example]]
name = "demo"
path = "examples/demo.rs"
[features]
puffin = ["dep:puffin", "profiling/profile-with-puffin"]
tracy = ["dep:tracy-client", "profiling/profile-with-tracy"]
[lib]
name = "wgpu_profiler"
path = "src/lib.rs"
[lints.clippy]
doc_markdown = "warn"
[package]
authors = ["Andreas Reich <r_andreas2@web.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Simple profiler scopes for wgpu using timer queries"
edition = "2021"
homepage = "https://github.com/Wumpf/wgpu-profiler"
keywords = ["graphics"]
license = "MIT OR Apache-2.0"
name = "wgpu-profiler"
readme = "README.md"
repository = "https://github.com/Wumpf/wgpu-profiler"
version = "0.21.1"
[[test]]
name = "tests"
path = "tests/tests.rs"