Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 368 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 368 Bytes

Starter Template for winit, egui and wgpu

Get started with winit, egui and wgpu.

cargo run

Change logs

version: 0.3.0

  • porting to winit 0.30.5 and egui 0.29.1
  • remove egui drawing closure in favor of more borrow checker friendly approach.