Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
forgot to add webgl feature to wgpu
Browse files Browse the repository at this point in the history
  • Loading branch information
coderedart committed Jun 2, 2023
1 parent b1727bf commit b89306c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui_render_wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
wgpu = { version = "0.16" }
wgpu = { version = "0.16", features = ["webgl"]}
pollster = { version = "0.3.0" }
tracing = { version = "0.1" }
intmap = { version = "2.0" }
Expand Down

0 comments on commit b89306c

Please sign in to comment.