You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Objective
Add a "text2d" feature-gate to enable text rendering using `bevy_sprite`
and `bevy_sprite_render`.
## Solution
Add a "text2d" default feature, and all the necessary feature gates.
Made `bevy_window` an optional depedency for `bevy_sprite` again.
## Testing
The UI `text` example runs with the "text2d" feature disabled.
I haven't implemented any features like this that span multiple crates
before, so needs a good second look from someone.
---------
Co-authored-by: Alice Cecile <[email protected]>
Co-authored-by: atlas dostal <[email protected]>
0 commit comments