Merge pull request #147 from yutannihilation/tutorial1-use

use winit:🪟:Window
pull/154/head
sotrh 3 years ago committed by GitHub
commit 674312d3b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save