Previously used render feature is a group that contains unneeded stuff, like bevy_ui or bevy_text. Specified features in this PR is the required minimum. You can read more about in in this issue: https://github.com/bevyengine/bevy/issues/4202
For dev-dependencies I left only x11 feature. In Bevy this feature is enabled by default and it have no effect on platforms other then Linux (either wayland or x11 is required to work on Linux). I tested changes on Windows and Linux.
Previously used
render
feature is a group that contains unneeded stuff, likebevy_ui
orbevy_text
. Specified features in this PR is the required minimum. You can read more about in in this issue: https://github.com/bevyengine/bevy/issues/4202For
dev-dependencies
I left onlyx11
feature. In Bevy this feature is enabled by default and it have no effect on platforms other then Linux (eitherwayland
orx11
is required to work on Linux). I tested changes on Windows and Linux.