Yatekii / imgui-wgpu-rs

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

Migrate to wgpu 0.13 and fall back on fifo present mode if mailbox isn't supported in examples #83

Closed Davidster closed 2 years ago

Davidster commented 2 years ago

Checklist

Description

Related Issues

Davidster commented 2 years ago

@cwfitzgerald I see the cargo-deny job is failed but that's caused by the Cargo.lock which is gitignored. Anything I need to do to fix?

cwfitzgerald commented 2 years ago

Just add exceptions for those libraries that it failed for (add the older versions) sometimes you get duplicates, sigh

Davidster commented 2 years ago

Done! also removed the ignored advisory since it doesn't seem to be relevant anymore

cwfitzgerald commented 2 years ago

Dope!