Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzarx1 committed Aug 17, 2024
1 parent 69e70f9 commit add8293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ fn main() {
run_native(
"egui_graphs_basic_demo",
native_options,
Box::new(|cc| Box::new(BasicApp::new(cc))),
Box::new(|cc| Ok(Box::new(BasicApp::new(cc)))),
)
.unwrap();
}
Expand Down

0 comments on commit add8293

Please sign in to comment.