mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
egui-wgpu: turn off the default features of wgpu (#3875)
This makes all `wgpu` features opt-in for `egui-wgpu` users. For `eframe`, I opted to enable some `wgpu` features so users can still use `eframe` without having to also opt-in to extra ewgpu features (eframe is batteries-included).
This commit is contained in:
@@ -45,7 +45,7 @@ bytemuck = "1.7"
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
thiserror.workspace = true
|
||||
type-map = "0.5.0"
|
||||
wgpu.workspace = true
|
||||
wgpu = { workspace = true, features = ["wgsl"] }
|
||||
|
||||
#! ### Optional dependencies
|
||||
## Enable this when generating docs.
|
||||
|
||||
Reference in New Issue
Block a user