Registry / utility / egui-notify

egui-notify

JSON →
library0.22.0rscratesunverified

Simple notifications library for egui, providing toast-style alerts in GUI applications.

# Cargo.toml [dependencies] egui-notify = "0.22.0"
INSTALL
IMPORT
SIG · EGUI-NOTIFY
E
egui-notify
utilityrustv0.22.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Toasts
use egui_notify::Toasts;

Create a Toasts instance and add an info notification to display in an egui application.

use egui_notify::Toasts; fn main() { let mut toasts = Toasts::default(); toasts.info("Hello, world!"); // In egui update loop: toasts.show(ctx); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.22.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
egui-notify — cargo add egui-notify · libregistry