Yatekii / imgui-wgpu-rs

Dear imgui renderer for wgpu-rs.
MIT License
256 stars 86 forks source link

Fix clippy warnings #68

Closed willemv closed 3 years ago

willemv commented 3 years ago

Checklist

Description

Recent clippy versions warn about unnecessary borrows. This PR fixes the new warnings.

Related Issues

willemv commented 3 years ago

The failing cargo deny is fixed by the upgrade to wgpu 0.10, see #66