Crates.io | bevy_dev |
lib.rs | bevy_dev |
version | 0.3.1 |
source | src |
created_at | 2024-01-02 20:53:41.955321 |
updated_at | 2024-04-24 11:25:04.467295 |
description | Dev tools for Bevy Engine |
homepage | |
repository | https://github.com/Vixenka/bevy_dev |
max_upload_size | |
id | 1086684 |
size | 537,202 |
Dev tools for Bevy Engine. For faster prototyping.
Add DevPlugins
to Bevy's App.
use bevy::prelude::*;
use bevy_dev::prelude::*;
#[bevy_main]
fn main() {
App::new()
.add_plugins((DefaultPlugins, DevPlugins))
.run();
}
bevy | bevy_dev |
---|---|
0.13.2 | 0.3 - 0.3.1 |
0.13.0 | 0.2 |
0.12.1 | 0.1 - 0.1.1 |
Read more in the changelog.
bevy_dev is licensed under the MIT license.