diff --git a/Cargo.toml b/Cargo.toml index e39da22..1f12490 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui-wgpu" -version = "0.13.0" +version = "0.13.1" authors = ["Noah Hüsser ", "Connor Fitzgerald ", "Steven Wittens "] edition = "2018" description = "A wgpu render backend for imgui-rs." diff --git a/README.md b/README.md index a7b09d8..516f41d 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,6 @@ cargo run --release --example hello_world # Status -Basic features are useable. Uses `wgpu-0.6.0` and `imgui-0.6.0` upstream. `winit-0.24` is used with the examples. +Basic features are useable. Uses `wgpu-0.7.0` and `imgui-0.6.0` upstream. `winit-0.24` is used with the examples. Contributions are very welcome.