hoodie / toastify

🍞A commandline tool that shows desktop notifications using notify-rust
Apache License 2.0
94 stars 8 forks source link

[0.5.1] Fix & Updates for windows and crates #13

Closed GGLinnk closed 2 years ago

GGLinnk commented 2 years ago

This pull request "fixes" issue #9 and allow new version to be pushed on crates. This also fix a critical issue making unable to build or run on windows.

(I took the opportunity to update the dependencies)

I've tested build on windows and it was working.

I also hesitate to delete show_debug since it is deprecated...

Notes:

chore: update dependencies fix: main function wasn't returning anything on windows config. fix: notification wasn't sent on windows.

bump version to 0.5.1

GGLinnk commented 2 years ago

While waiting for the pull request to be merged, you can install toastify this way:

cargo install --git https://github.com/GGLinnk/toastify.git
hoodie commented 2 years ago

I fixed this on my own branch, since I was not able to roll back the version change that was included here

thank you for the help :+1: