# bevy_tray_icon [![Crates.io](https://img.shields.io/crates/v/bevy_tray_icon.svg)](https://crates.io/crates/bevy_tray_icon) [![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/not-elm/bevy_tray_icon#license) [![Crates.io](https://img.shields.io/crates/d/bevy_tray_icon.svg)](https://crates.io/crates/bevy_tray_icon) > [!CAUTION] > This crate is in the early stages of development and is subject to disruptive changes. This library allows the use of [tray-icon](https://github.com/tauri-apps/tray-icon) to manipulate the system tray. [window_visible.rs](examples/window_visible.rs) ![window_visible](examples/window_visible.gif) ## ChangeLog Please see [here](https://github.com/not-elm/bevy_tray_icon/blob/main/CHANGELOG.md). ## Compatible Bevy versions | bevy_tray_icon | bevy | |----------------|--------| | 0.1.0 | 0.13.2 | ## License This crate is licensed under the MIT License or the Apache License 2.0.