mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
eframe: only enable puffin feature on egui_glow if glow is enabled
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user