MrTanoshii / rusty-autoclicker

A pure Rust portable auto clicker built for Linux, macOS & Windows.
Creative Commons Zero v1.0 Universal
71 stars 12 forks source link

Used the image crate to load the icon, instead of hard-coding it as a vector #15

Closed ChancellorCeti closed 1 year ago

ChancellorCeti commented 1 year ago

As per issue #14 , I removed the hard-coded icon in favor of loading the icon using the image crate. Hope this helps.

MrTanoshii commented 1 year ago

Thank you for your contribution!

MrTanoshii commented 1 year ago

Closes #15