Skip to content

Commit 7b13ca4

Browse files
committed
fix(egui-extras): remove default features
1 parent 19b4d0d commit 7b13ca4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/egui_extras/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository.workspace = true
1616
workspace = true
1717

1818
[features]
19-
default = ["eframe", "eframe/wgpu", "wgpu"]
19+
default = []
2020
serde = ["dep:serde", "egui/serde", "irox-tools/std", "dep:irox-bits"]
2121
plots = ["dep:irox-units", "dep:irox-stats"]
2222
profiling = ["dep:profiling", "dep:puffin", "dep:puffin_http"]

0 commit comments

Comments
 (0)