Skip to content

Commit 13642c3

Browse files
remove useless variable
1 parent 39485f9 commit 13642c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ fn main() -> eframe::Result {
4747
limits.max_storage_buffer_binding_size =
4848
limits.max_storage_buffer_binding_size.max(128 << 20); // 128 MB
4949

50-
let mut features = wgpu::Features::empty();
51-
5250
wgpu::DeviceDescriptor {
5351
label: Some("Particle Simulation Device"),
5452
required_features: wgpu::Features::empty(),

0 commit comments

Comments
 (0)