trayicon-rs icon indicating copy to clipboard operation
trayicon-rs copied to clipboard

Add sender_callback

Open fkrull opened this issue 1 year ago • 0 comments

Fixes #6. Using a callback makes it possible to hook into a winit event loop or any other third-party channel library without explicitly having to support it in this crate. This is especially useful for winit since they do semver-incompatible updates quite frequently.

fkrull avatar Oct 09 '22 10:10 fkrull