mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -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:
@@ -34,7 +34,7 @@ clipboard = ["arboard", "smithay-clipboard"]
|
||||
links = ["webbrowser"]
|
||||
|
||||
## Enable profiling with the [`puffin`](https://docs.rs/puffin) crate.
|
||||
puffin = ["dep:puffin"]
|
||||
puffin = ["dep:puffin", "egui/puffin"]
|
||||
|
||||
## Allow serialization of [`WindowSettings`] using [`serde`](https://docs.rs/serde).
|
||||
serde = ["egui/serde", "dep:serde"]
|
||||
|
||||
Reference in New Issue
Block a user