imgui-wgpu-rs icon indicating copy to clipboard operation
imgui-wgpu-rs copied to clipboard

Update project to work with wgpu 0.19

Open sarchar opened this issue 1 year ago • 0 comments

Checklist

  • [x] cargo clippy reports no issues
  • [x] cargo doc reports no issues
  • [?] cargo deny issues have been fixed or added to deny.toml
  • [x] human-readable change descriptions added to the changelog under the "Unreleased" heading.
    • [x] If the change does not affect the user (or is a process change), preface the change with "Internal:"
    • [x] Add credit to yourself for each change: Added new functionality @githubname.

Description

I've updated the project to work with wgpu-0.19. I don't expect this PR to be merged since it depends on git branches of imgui and imgui-winit-support, but I'm offering it here for anyone else who wants to use the latest wgpu.

sarchar avatar Feb 05 '24 09:02 sarchar