win7-notifications 0.2.0

Send Windows 10 styled notifications on Windows 7.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# win7-notifications

[![](https://img.shields.io/crates/v/win7-notifications)](https://crates.io/crates/win7-notifications) [![](https://img.shields.io/docsrs/win7-notifications)](https://docs.rs/win7-notifications/) ![](https://img.shields.io/crates/l/win7-notifications)
[![Chat Server](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/SpmNs4S)

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](examples/single.rs) which uses [tao](https://github.com/tauri-apps/tao) or you can use [winit](https://github.com/rust-windowing/winit) or just roll your own win32 event loop.


### TODO:
- [X] Move old notifications above new ones.
- [ ] Animations
- [X] Sounds
- [X] Shadows
- [ ] Change close button color when mouse hovers.
- [ ] Callbacks for when close button or body of notification is clicked.