mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Add opt-in puffin feature to egui (#3298)
* Add opt-in `puffin` feature to egui * fix web build * Fix web for realz
This commit is contained in:
@@ -37,7 +37,7 @@ clipboard = ["egui-winit?/clipboard"]
|
||||
links = ["egui-winit?/links"]
|
||||
|
||||
## Enable profiling with the [`puffin`](https://docs.rs/puffin) crate.
|
||||
puffin = ["dep:puffin", "egui-winit?/puffin"]
|
||||
puffin = ["dep:puffin", "egui-winit?/puffin", "egui/puffin"]
|
||||
|
||||
## Enable [`winit`](https://docs.rs/winit) integration.
|
||||
winit = ["egui-winit"]
|
||||
|
||||
Reference in New Issue
Block a user