wgpu-profiler 0.4.0

Simple profiler scopes for wgpu using timer queries
Documentation
[package]
name = "wgpu-profiler"
version = "0.4.0"
authors = ["Andreas Reich <r_andreas2@web.de>"]
edition = "2018"
description = "Simple profiler scopes for wgpu using timer queries"
homepage = "https://github.com/Wumpf/wgpu-profiler"
repository = "https://github.com/Wumpf/wgpu-profiler"
keywords = ["graphics"]
license = "MIT OR Apache-2.0"

[lib]

[dependencies]
wgpu = "0.8"
futures = "0.3"

[dev-dependencies]
winit = "0.24.0"
#env_logger = "0.8.2"