| Crates.io | bevy_window_icon |
| lib.rs | bevy_window_icon |
| version | 0.4.0 |
| created_at | 2023-12-23 11:33:06.292953+00 |
| updated_at | 2024-11-06 20:35:06.116862+00 |
| description | Window icons in Bevy |
| homepage | https://github.com/0crispy/bevy_window_icon |
| repository | https://github.com/0crispy/bevy_window_icon |
| max_upload_size | |
| id | 1079012 |
| size | 140,795 |
bevy_window_icon
A very simple crate to set the window icon.
use bevy::prelude::*;
use bevy_window_icon::WindowIconPlugin;
pub fn main() {
App::new()
.add_plugins((
DefaultPlugins,
WindowIconPlugin::new("examples/assets/icon.png")
))
.run();
}
That's literally it.
| bevy | bevy_easy_localize |
|---|---|
| 0.14 | 0.4 |
| 0.13 | 0.3 |
| 0.12 | 0.2 |
| 0.11 | 0.1 |