Skip to content

Commit 288ce31

Browse files
committed
Fix not continuous repaint
1 parent 43012ea commit 288ce31

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

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.4.0"
3+
version = "0.4.1"
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.4.0" }
12+
wgpu-bootstrap = { git = "https://github.com/qlurkin/wgpu-bootstrap", tag = "v0.4.1" }
1313
bytemuck = { version = "1.18", features = ["derive"] }
1414
```
1515

src/runner.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ impl eframe::App for EframeApp {
213213
));
214214
// });
215215
});
216+
ctx.request_repaint();
216217
}
217218
}
218219

0 commit comments

Comments
 (0)