v0.22.0
- Change
BindGroup
insideTexture::from_raw_parts
toOption<BindGroup>
to allow bind group being created byimgui-wgpu-rs
@BeastLe9enD - Make
Texture::from_raw_parts
takeArc<T>
instead ofT
to avoid being forced to move into the texture @BeastLe9enD - Moved from Rust Edition 2018 -> 2021 @Snowiiii
- Updated
imgui
to 0.10 andwgpu
to 0.15. @parasyte