Yatekii / imgui-wgpu-rs

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

Update WGPU to 0.5 #12

Closed aloucks closed 4 years ago

aloucks commented 4 years ago
Yatekii commented 4 years ago

Well, now we have two PRs ^^ guess it's a tough descision :D

aloucks commented 4 years ago

I've done most of the 0.5 changes in the previous PRs and applied the other discussed changes from https://github.com/Yatekii/imgui-wgpu-rs/pull/10. (rustfmt and Cargo.lock removal). I made certain to not make any changes in the commit that re-formats the project as I think this makes review and history very murky.

I've also made glsl-to-spriv and optional dep that is really only ever needed for development of this crate.

Yatekii commented 4 years ago

Hey, could you also change the README to the used versions?

aloucks commented 4 years ago

@Yatekii done.