Yatekii / imgui-wgpu-rs

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

Update for latest wgpu rev 7b15e24 #10

Closed aloucks closed 4 years ago

aloucks commented 4 years ago

@Yatekii

I'd like to remove the Cargo.lock from git and run rustfmt on the project with the next update, if that's ok with you.

Yatekii commented 4 years ago

LGTM!

You are very welcome to use rustfmt! I didn't use it when I started the crate, but I use it now on all my other crates I actively develop myself =)

You are also very welcome to remove Cargo.toml as it should not be added to a lib anyways =)