Merge pull request #360 from CarlyRaeJepsenStan/master

Beginner - The Surface shows lib.rs but is labeled main.rs
pull/365/head
sotrh 2 years ago committed by GitHub
commit 849eebbf0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save