diff --git a/examples/styling_engine/Cargo.toml b/examples/styling_engine/Cargo.toml index 8f39b3f6a..d194d8e0a 100644 --- a/examples/styling_engine/Cargo.toml +++ b/examples/styling_engine/Cargo.toml @@ -13,8 +13,8 @@ workspace = true [dependencies] eframe = { workspace = true, features = [ - "default", - "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO + "default", + "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO ] } env_logger = { workspace = true, features = ["auto-color", "humantime"] } logos = "0.16.1"