fix puffin_profiler example
This commit is contained in:
parent
97756bc246
commit
e3e781ced8
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
eframe = { path = "../../crates/eframe", features = [
|
eframe = { path = "../../crates/eframe", features = [
|
||||||
|
"puffin",
|
||||||
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
|
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
|
||||||
] }
|
] }
|
||||||
puffin = "0.14"
|
puffin = "0.14"
|
||||||
|
|
Loading…
Reference in a new issue