bevy_remote does not need to do any rendering and should work on apps that don't use Bevy's rendering stack.
Currently bevy_remote depends on bevy_dev_tools for schedule configuration data, but bevy_dev_tools unconditionally pulls in Bevy's renderer (as its main purpose is to display useful information).
bevy_remotedoes not need to do any rendering and should work on apps that don't use Bevy's rendering stack.Currently
bevy_remotedepends onbevy_dev_toolsfor schedule configuration data, butbevy_dev_toolsunconditionally pulls in Bevy's renderer (as its main purpose is to display useful information).