#specific crate for plugin

4 messages · Page 1 of 1 (latest)

grave whale
#

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

restive swift
#

You can directly add bevy_ecs and other sub-crates as a dependencies

#

Plugins are a feature of the App, so for that you would want to additionally add bevy_app