Fix module path

pull/147/head
Hiroaki Yutani 3 years ago
parent e5bea6e29f
commit f0f1ec0e12

@ -5,7 +5,7 @@ For convenience we're going to pack all the fields into a struct, and create som
```rust
// main.rs
use winit::Window;
use winit::window::Window;
struct State {
surface: wgpu::Surface,

Loading…
Cancel
Save