diff --git a/eframe/Cargo.toml b/eframe/Cargo.toml index 7da82f80..2e983d9a 100644 --- a/eframe/Cargo.toml +++ b/eframe/Cargo.toml @@ -47,7 +47,7 @@ persistence = [ ## ## Only enabled on native, because of the low resolution (1ms) of time keeping in browsers. ## `eframe` will call `puffin::GlobalProfiler::lock().new_frame()` for you -puffin = ["dep:puffin", "egui_glow/puffin"] +puffin = ["dep:puffin", "egui_glow?/puffin"] ## Enable screen reader support (requires `ctx.options().screen_reader = true;`) screen_reader = [