egui-notify

Simple notifications library for egui

example_image

example_video

Usage

```rust use egui_notify::Toasts; use std::time::Duration;

// initialize once let mut toasts = Toasts::default(); rust // somewhere within [egui::App::update]... toasts.info("Hello world!").setduration(Duration::fromsecs(5)); // ... toasts.show(ctx); ```

Installation

toml [dependencies] egui-notify = "0.10"

Difference to egui-toast

egui-notify has