From e3e781ced81619704f03f81d1fff32a886874e64 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sun, 12 Feb 2023 19:27:10 +0100 Subject: [PATCH] fix puffin_profiler example --- examples/puffin_profiler/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/puffin_profiler/Cargo.toml b/examples/puffin_profiler/Cargo.toml index 63db5393..90270501 100644 --- a/examples/puffin_profiler/Cargo.toml +++ b/examples/puffin_profiler/Cargo.toml @@ -10,6 +10,7 @@ publish = false [dependencies] eframe = { path = "../../crates/eframe", features = [ + "puffin", "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO ] } puffin = "0.14"