mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -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.
|
## 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
|
## `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;`)
|
## Enable screen reader support (requires `ctx.options().screen_reader = true;`)
|
||||||
screen_reader = [
|
screen_reader = [
|
||||||
|
|||||||
Reference in New Issue
Block a user