Skip to content

Commit

Permalink
temporarily setting to GL
Browse files Browse the repository at this point in the history
  • Loading branch information
organizedgrime committed Nov 4, 2024
1 parent 37a29e2 commit 987a6c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde = { version = "^1.0.0", features = ["derive"] }
ron = { version = "0.8" }
#ckmeans = { version = "1.0.6" }
webbrowser = { version = "1.0.2" }
iced_winit = { version = "0.13", default-features = false, features = ["x11"] }
iced_winit = { version = "0.13" }
iced_widget = { version = "0.13", features = ["wgpu"] }
iced_wgpu = { version = "0.13", features = ["webgl"] }
log = { version = "0.4.22" }
Expand Down
2 changes: 1 addition & 1 deletion src/render/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ impl<'a> Graphics<'a> {
backends: if cfg!(target_arch = "wasm32") {
wgpu::Backends::GL
} else {
wgpu::Backends::PRIMARY
wgpu::Backends::GL
},
..Default::default()
});
Expand Down

0 comments on commit 987a6c4

Please sign in to comment.