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"] }