34b1516
Updatewindows
crate to0.57
and updated MSRV to1.70
ac6dd7e
(#29) AddedError
enum and aResult
alias type. Also changedToast::on_activated
,Toast::on_dismissed
andToas::show
to use the newResult
alias type.
c0b9b2f
(#25) Add support for adding buttons usingToast::add_button
. This also comes with a change toToast::on_activated
wich will now take anOption<String>
argument, containing which button was pressed if any.
7aa2785
Updatewindows
crate to0.51
- Set MSRV to 1.59
- Update windows-rs version to 0.39
- Re-export windows::runtime::Result
- Add support for scenarios
- Updated dependencies
- Added support for gnu targets without msys
- Updated dependencies
- Allow the crate build with the gnu toolchain with msys #4
- Switched to the windows-rs crate, dropped winapi and winrt crate.
- Made most enums Copy/Clonable.
- Fixed issue where toasts weren't appearing after a windows update.
- Fixed linking issue introduced with winapi 0.3.4 #4
- Implemented from_str on Sound enum.
- Added Windows 8.1 support #3
- Incremented winrt dependency
- Initial release