| Crates.io | bevy_decorum |
| lib.rs | bevy_decorum |
| version | 0.0.2 |
| created_at | 2024-06-25 06:19:35.572267+00 |
| updated_at | 2024-06-25 14:23:37.773856+00 |
| description | A highly customizable window decoration plugin for the Bevy engine, inspired by tauri-plugin-decorum |
| homepage | https://github.com/handamin0130/bevy_decorum |
| repository | https://github.com/handamin0130/bevy_decorum |
| max_upload_size | |
| id | 1283005 |
| size | 126,538 |
A highly customizable window decoration plugin for the Bevy engine, inspired by tauri-plugin-decorum.
This library is EXPERIMENTAL.
Add to Cargo.toml:
[dependecies]
bevy_decorum = { version = "0.0.2" }
Add the DecorumPlugin to your app:
use bevu::prelude::*;
use bevy_decorum::prelude::*;
fn main() {
let mut app = App::new();
app.add_plugins(DefaultPlugins);
app.add_plugins(DecorumPlugin::default());
// your code
app.run();
}
| bevy | bevy_decorum |
|---|---|
| 0.13.2 | 0.0.1 - 0.0.2 |
bevy_decorum is dual-licensed under either APACHE and MIT licenses.