bevy_erm 0.0.2

A entity relational mapper
Documentation
1
2
3
4
5
6
use bevy_app::prelude::*;
pub use bevy_erm_core::*;
pub use bevy_erm_derive::*;
pub use plugin::*;

mod plugin;