From eee5bdfd24469ad343ccac60c15520f8eec1665b Mon Sep 17 00:00:00 2001 From: Lucas Meurer Date: Fri, 21 Aug 2026 11:39:53 +0200 Subject: [PATCH] Fmt --- examples/styling_engine/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/styling_engine/Cargo.toml b/examples/styling_engine/Cargo.toml index c226a6ffb..038b59fd6 100644 --- a/examples/styling_engine/Cargo.toml +++ b/examples/styling_engine/Cargo.toml @@ -15,6 +15,6 @@ workspace = true eframe = { workspace = true, features = [ "default", "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO - "experimental", # this example is all about the experimental theming API + "experimental", # this example is all about the experimental theming API ] } env_logger = { workspace = true, features = ["auto-color", "humantime"] }