Skip to content

Commit c00cf30

Browse files
committed
Update
1 parent 0a24d8b commit c00cf30

4 files changed

Lines changed: 3 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wgpu-bootstrap"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
edition = "2021"
55

66
[dependencies]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Add the library to your `cargo.toml`. Use the `tag` key to specify the version.
99

1010
```toml
1111
[dependencies]
12-
wgpu-bootstrap = { git = "https://github.com/qlurkin/wgpu-bootstrap", tag = "v0.3.1" }
12+
wgpu-bootstrap = { git = "https://github.com/qlurkin/wgpu-bootstrap", tag = "v0.3.2" }
1313
bytemuck = { version = "1.18", features = ["derive"] }
1414
pollster = "0.3"
1515
```

src/runner.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ use winit::{
99
};
1010

1111
pub trait App {
12-
#[allow(unused_variables)]
13-
fn build(&mut self, context: &mut Context) {}
14-
1512
#[allow(unused_variables)]
1613
fn render(&mut self, context: &mut Context, view: &TextureView) {}
1714

0 commit comments

Comments
 (0)