I am trying to use bevy-tnua on my headless game server, but when I enable bevy-tnua-avian3d I get a compiler error. It is because of this dependency in the bevy-tnua-avian3d:
[dependencies]
...
avian3d = { version = "^0.2", default-features = false, features = ["3d", "debug-plugin", "parallel"] }
The debug-plugin feature is enabled for avian3d which enables the bevy feature bevy/bevy_render feature. Is there a way that you can make this optional?
I am trying to use bevy-tnua on my headless game server, but when I enable bevy-tnua-avian3d I get a compiler error. It is because of this dependency in the bevy-tnua-avian3d:
The debug-plugin feature is enabled for avian3d which enables the bevy feature
bevy/bevy_renderfeature. Is there a way that you can make this optional?