win7-notifications 0.2.1

Send Windows 10 styled notifications on Windows 7.
Documentation

win7-notifications

Chat Server

Send Windows 10 styled notifications on Windows 7.

Note:

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

TODO:

  • Move old notifications above new ones.
  • Animations
  • Sounds
  • Shadows
  • Change close button color when mouse hovers.
  • Callbacks for when close button or body of notification is clicked.