Yatekii / imgui-wgpu-rs

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

Add compatibility for the next version of wgpu #8

Closed aloucks closed 4 years ago

aloucks commented 4 years ago

This is compatible with what's currently on wgpu-rs master, which I believe will become 0.5.

Yatekii commented 4 years ago

0.5 should be on master already :) Did you mean 0.6.0 maybe?

aloucks commented 4 years ago

wgpu-rs 0.4 is the latest on crates.io and is what the imgui-wgpu-rs 0.5 is compatible with.

wgpu-rs 0.5 is unreleased (and is what wgpu-master will become). This PR is to update imgui-wgpu to be compatible with wgpu-master.

Yatekii commented 4 years ago

oh! i guess then we made a mistake with the versioning of last release ...

I will merge this, thanks for the work :)