issues
search
bevyengine
/
bevy
A refreshingly simple data-driven game engine built in Rust
https://bevyengine.org
Apache License 2.0
36.46k
stars
3.6k
forks
source link
Fix the picking backend features not actually disabling the features
#16470
Closed
andriyDev
closed
6 days ago
andriyDev
commented
6 days ago
Objective
Fixes #16469.
Solution
Make the picking backend features not enabled by default in each sub-crate.
Make features in
bevy_internal
to set the backend features
Make the root
bevy
crate set the features by default.
Testing
The mesh and sprite picking examples still work correctly.
Objective
Solution
bevy_internal
to set the backend featuresbevy
crate set the features by default.Testing