mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
Opt-in logging of egui-wgpu using puffin
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", "egui-wgpu?/puffin"]
|
||||
|
||||
## Enable screen reader support (requires `ctx.options().screen_reader = true;`)
|
||||
screen_reader = ["egui-winit/screen_reader", "tts"]
|
||||
|
||||
Reference in New Issue
Block a user