Newer
Older
use eframe::egui::style::Margin;
use eframe::egui::Frame;
#[derive(Default)]
pub struct Conclusion {}
impl Slide for Conclusion {
ui.style_mut().debug.debug_on_hover = true;
ui.style_mut().debug.show_expand_height = true;
ui.style_mut().debug.show_resize = true;
ui.style_mut().debug.show_expand_width = true;
Frame::none().margin(Margin::same(20.0)).show(ui, |ui| {
ui.heading("Conclusion");
ui.add_space(8.0);
ui.label("Oh by the way, this entire cartoon was rendered by code!");