mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Don't force the webgl backend in egui-wgpu (#1781)
This commit is contained in:
@@ -40,7 +40,7 @@ egui = { version = "0.18.1", path = "../egui", default-features = false, feature
|
|||||||
bytemuck = "1.7"
|
bytemuck = "1.7"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
type-map = "0.5.0"
|
type-map = "0.5.0"
|
||||||
wgpu = { version = "0.12", features = ["webgl"] }
|
wgpu = "0.12"
|
||||||
|
|
||||||
#! ### Optional dependencies
|
#! ### Optional dependencies
|
||||||
## Enable this when generating docs.
|
## Enable this when generating docs.
|
||||||
|
|||||||
Reference in New Issue
Block a user