Tweak "About" panel in the demo slightly

This commit is contained in:
Emil Ernerfeldt 2024-01-08 12:20:16 +01:00
parent 4ccd1fc82b
commit 5f55e8ea40
1 changed files with 3 additions and 1 deletions

View File

@ -49,9 +49,11 @@ impl super::View for About {
ui.spacing_mut().item_spacing.x = 0.0;
ui.label("egui development is sponsored by ");
ui.hyperlink_to("Rerun.io", "https://www.rerun.io/");
ui.label(", a startup building an SDK for visualizing streams of multimodal data");
ui.label(", a startup building an SDK for visualizing streams of multimodal data.");
});
ui.add_space(12.0);
ui.vertical_centered(|ui| {
ui.add(crate::egui_github_link_file!());
});