bevy_tray_icon 0.3.0

Allows the use of tray-icon to manipulate the system tray.
Documentation
1
2
3
4
5
6
//! The plugin to handle system tray from bevy world

pub mod error;
pub mod plugin;
pub mod resource;
pub use tray_icon::*;