Wumpf / wgpu-profiler

Simple profiler scopes for wgpu using timer queries
Apache License 2.0
94 stars 27 forks source link

crates.io latest version now out of sync with wgpu latest version #89

Open John-Nagle opened 3 weeks ago

John-Nagle commented 3 weeks ago

The recent release of WGPU 23.0.0 put wgpu-profiler is now out of sync. The latest version on crates.io, wgpu profiler v0.18.2, depends on wgpu ^22.1.0. So programs building this stack pull in two versions of wgpu and get compile errors.

Wumpf commented 3 weeks ago

Someone's already on it

John-Nagle commented 3 weeks ago

Thanks. Wgpu-profiler now compiles with WPGU 23.

Off to deal with a small WGPU vs. EGUI problem.