learn-wgpu/docs/beginner
jbckly 9a578de950
Fix some code for Dependencies and the window
Needed this to get things rendering for me! otherwise we get:
```
$ cargo run
   Compiling rustp v0.1.0 (/Users/jack/dev/rustp)
warning: unused implementer of `Future` that must be used
 --> src/main.rs:4:5
  |
4 |     run();
  |     ^^^^^^
  |
  = note: `#[warn(unused_must_use)]` on by default
  = note: futures do nothing unless you `.await` or poll them

warning: `rustp` (bin "rustp") generated 1 warning
    Finished dev [unoptimized + debuginfo] target(s) in 0.48s
     Running `target/debug/rustp`
```
2022-09-23 14:18:49 +08:00
..
tutorial1-window Fix some code for Dependencies and the window 2022-09-23 14:18:49 +08:00
tutorial2-surface Small text correction docs. 2022-07-15 22:06:36 +02:00
tutorial3-pipeline fixes #391 2022-08-30 18:57:05 -06:00
tutorial4-buffer migrated to 0.13 2022-07-01 17:00:19 -06:00
tutorial5-textures Fixing broken link to pipeline section 2022-07-22 13:25:49 +10:00
tutorial6-uniforms fixed typo 2022-08-28 23:54:33 +10:00
tutorial7-instancing fixed typo 2022-08-30 02:43:09 +10:00
tutorial8-depth fixes #378 2022-07-22 10:14:40 -06:00
tutorial9-models Fixed missing pub in ModelVertex struct 2022-06-04 16:11:25 +02:00