We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ae43d commit 1355ebfCopy full SHA for 1355ebf
CHANGELOG.md
@@ -35,8 +35,8 @@ Per Keep a Changelog there are 6 main categories of changes:
35
## Unreleased
36
- Change `BindGroup` inside `Texture::from_raw_parts` to `Option<BindGroup>` to allow bind group being created by `imgui-wgpu-rs` @BeastLe9enD
37
- Make `Texture::from_raw_parts` take `Arc<T>` instead of `T` to avoid being forced to move into the texture @BeastLe9enD
38
-
39
- Moved from Rust Edition 2018 -> 2021 @Snowiiii
+- Updated `imgui` to 0.10 and `wgpu` to 0.15. @parasyte
40
41
## v0.21.0
42
0 commit comments