| Crates.io | bevy_dev |
| lib.rs | bevy_dev |
| version | 0.7.0 |
| created_at | 2024-01-02 20:53:41.955321+00 |
| updated_at | 2025-08-15 14:00:40.420335+00 |
| description | Dev tools for Bevy Engine |
| homepage | |
| repository | https://github.com/Vixenka/bevy_dev |
| max_upload_size | |
| id | 1086684 |
| size | 581,103 |
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.16.* | 0.5 - 0.7 |
| 0.15.* | 0.4 |
| 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.