diff --git a/Cargo.lock b/Cargo.lock index a6466ae..f739f8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1887,7 +1887,7 @@ dependencies = [ [[package]] name = "wgpu-profiler" -version = "0.16.0" +version = "0.16.1" dependencies = [ "futures-lite", "parking_lot", diff --git a/Cargo.toml b/Cargo.toml index 45a08fe..d178fbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wgpu-profiler" -version = "0.16.0" +version = "0.16.1" authors = ["Andreas Reich "] edition = "2021" description = "Simple profiler scopes for wgpu using timer queries" diff --git a/README.md b/README.md index 1647462..400dcfd 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,8 @@ for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. ## Changelog +* 0.16.1 + * Fix building for wasm, by @davidster in [#62](https://github.com/Wumpf/wgpu-profiler/pull/62) * 0.16 * update to wgpu 0.19 * ⚠️ Includes many major breaking changes! ⚠️