use winit::Window;

pull/147/head
Hiroaki Yutani 3 years ago
parent bb66d9595c
commit a13c43f6b2

@ -4,6 +4,8 @@
For convenience we're going to pack all the fields into a struct, and create some methods on that.
```rust
use winit::Window;
// main.rs
struct State {
surface: wgpu::Surface,

Loading…
Cancel
Save