From 06e632535b4fe6a6d710239f268d6384cf310696 Mon Sep 17 00:00:00 2001 From: Johnchoi913 Date: Sun, 14 Dec 2025 09:23:41 -0500 Subject: [PATCH] Enable feature for example custom_3d_glow (#7730) * Small fix, no issue opened * [x] I have followed the instructions in the PR template --- examples/custom_3d_glow/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/custom_3d_glow/Cargo.toml b/examples/custom_3d_glow/Cargo.toml index 8636b0f43..1aaca8a43 100644 --- a/examples/custom_3d_glow/Cargo.toml +++ b/examples/custom_3d_glow/Cargo.toml @@ -14,6 +14,7 @@ workspace = true [dependencies] eframe = { workspace = true, features = [ "default", + "glow", "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO ] } env_logger = { workspace = true, features = ["auto-color", "humantime"] }