# i want to use bevy_ecs, but i also need to make a plugin, which crate do i need to get the plugin trait? without adding the entire bevy crate
# researching more i think it would work better to instead get the entire crate and disable features i don't want