Adding win7_notifications library as a dependency

Run this command in a terminal, in your project's directory:

cargo add win7-notifications

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

win7-notifications = "0.4.5"

The win7_notifications library will be automatically available globally. Read the win7_notifications library documentation.

Back to the crate overview.