Skip to content

Commit

Permalink
Added threadsafe note, closes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsEthra committed Sep 1, 2023
1 parent d23bd80 commit b2cb28c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ egui-notify = "0.8"
- Duration meter for expiring toasts
- Toast positioning not influenced by which `Context` you pass to it (like if for example, you passed in a `Context` already altered for an `egui::Window`)
- Differing methodology (create `Toasts` instance once, save save somewhere in application state)
- Threadsafe `Toasts` instance, implements `Send`, `Sync`.
- No support for custom toasts

0 comments on commit b2cb28c

Please sign in to comment.