win7-notifications

Crates.iowin7-notifications
lib.rswin7-notifications
version0.4.4
sourcesrc
created_at2021-10-04 16:31:07.761183
updated_at2024-07-04 07:46:30.865549
descriptionSend Windows 10 styled notifications on Windows 7.
homepage
repositoryhttps://github.com/tauri-apps/win7-notifications
max_upload_size
id460203
size109,723
tauri (tauri-bot)

documentation

https://docs.rs/win7-notifications

README

win7-notifications

Chat Server

Send Windows 10 styled notifications on Windows 7.

Note:

This crate requires a win32 event loop to be running on the thread, otherwise the notification will close immediately, check examples/single.rs which uses winit or just roll your own win32 event loop.

TODO:

  • Move old notifications above new ones.
  • Sounds
  • Shadows
  • Change close button color when mouse hovers.
  • Callbacks for when close button or body of notification is clicked.
  • Account for taskbar size and position
  • Animations
Commit count: 113

cargo fmt