版本发布 4
## What's Changed * Pixelboys tm/issue77 by @PixelboysTM in https://github.com/Yatekii/imgui-wgpu-rs/pull/102 * fix #99 by @Calcoph in https://github.com/Yatekii/imgui-wgpu-rs/pull/103 * update to wgpu 0.18 by @Calcoph in https://github.com/Yatekii/imgui-wgpu-rs/pull/104 * Update wgpu to 0.19 by @mkrasnitski in https://github.com/Yatekii/imgui-wgpu-rs/pull/107 * Bump wgpu to 22.1 by @aftix in https://github.com/Yatekii/imgui-wgpu-rs/pull/111 * Update wgpu to 23.0 by @SupernaviX in https://github.com/Yatekii/imgui-wgpu-rs/pull/112 * Update wgpu version to 24.0.1 by @bonohub13 in https://github.com/Yatekii/imgui-wgpu-rs/pull/115 * Fixes & Renovate Configuration by @cwfitzgerald in https://github.com/Yatekii/imgui-wgpu-rs/pull/120 * chore(deps): update actions/checkout action to v4 by @renovate in https://github.com/Yatekii/imgui-wgpu-rs/pull/118 * fix(deps): update rust crate wgpu to v25 by @renovate in https://github.com/Yatekii/imgui-wgpu-rs/pull/119 ## New Contributors * @PixelboysTM made their first contribution in https://github.com/Yatekii/imgui-wgpu-rs/pull/102 * @Calcoph made their first contribution in https://github.com/Yatekii/imgui-wgpu-rs/pull/103 * @mkrasnitski made their first contribution in https://github.com/Yatekii/imgui-wgpu-rs/pull/107 * @aftix made their first contribution in https://github.com/Yatekii/imgui-wgpu-rs/pull/111 * @SupernaviX made their first contribution in https://github.com/Yatekii/imgui-wgpu-rs/pull/112 * @bonohub13 made their first contribution in https://github.com/Yatekii/imgui-wgpu-rs/pull/115 * @renovate made their first contribution in https://github.com/Yatekii/imgui-wgpu-rs/pull/118 **Full Changelog**: https://github.com/Yatekii/imgui-wgpu-rs/compare/v0.24.0...v0.25.0
- Bump wgpu version to 0.17. @cwfitzgerald
- Bump imgui version to 0.11.0. @benmkw - Fix issue with scissors due to wrong resizing logic. @dcvz - Bump wgpu version to 0.16. @Nelarius