From af4d737c92fcf787e87b4ca1f6358595c3050921 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 18 Apr 2023 16:11:34 +0200 Subject: [PATCH] Fix typo. Closes https://github.com/emilk/egui/pull/2876 --- examples/hello_world_simple/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello_world_simple/Cargo.toml b/examples/hello_world_simple/Cargo.toml index 6c06c174..e138c824 100644 --- a/examples/hello_world_simple/Cargo.toml +++ b/examples/hello_world_simple/Cargo.toml @@ -10,6 +10,6 @@ publish = false [dependencies] eframe = { path = "../../crates/eframe", features = [ - "__screenshot", # __screenshot is so we can dump a ascreenshot using EFRAME_SCREENSHOT_TO + "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO ] } tracing-subscriber = "0.3"