Skip to content

Commit

Permalink
Update wgpu 0.20 -> 22 && vger 0.3 -> 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maaku committed Sep 7, 2024
1 parent 206a304 commit 59ebae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ default = [ "winit" ]

[dependencies]
euclid = "0.22.7"
wgpu = "0.20.0"
wgpu = "22"
futures = "0.3"
vger = "0.3"
vger = "0.4"
accesskit = "0.16.0"
lazy_static = "1.4.0"
winit = { version = "0.30", optional = true }
Expand Down
1 change: 1 addition & 0 deletions src/winit_event_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ async fn setup(window: Arc<Window>) -> DrawContext {
label: None,
required_features: wgpu::Features::default(),
required_limits: wgpu::Limits::default(),
memory_hints: wgpu::MemoryHints::Performance,
},
trace_dir.ok().as_ref().map(std::path::Path::new),
)
Expand Down

0 comments on commit 59ebae7

Please sign in to comment.