Skip to content

Commit

Permalink
Fix typo. Closes #2876
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Apr 18, 2023
1 parent 4267fc0 commit af4d737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello_world_simple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit af4d737

Please sign in to comment.