Add a link to the source code of a fractal_clock example (#1029)

This commit is contained in:
Max Wase 2022-01-17 16:30:57 +03:00 committed by GitHub
parent 87ae77aab0
commit 5bedf73566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,6 +97,7 @@ impl FractalClock {
"Inspired by a screensaver by Rob Mayoff", "Inspired by a screensaver by Rob Mayoff",
"http://www.dqd.com/~mayoff/programs/FractalClock/", "http://www.dqd.com/~mayoff/programs/FractalClock/",
); );
ui.add(crate::__egui_github_link_file!());
} }
fn paint(&mut self, painter: &Painter) { fn paint(&mut self, painter: &Painter) {