Spencer C. Imbleau
Spencer C. Imbleau
An alternative I didn't mention is that we could attempt to read and inherit the optimization level from a given cargo-profile in the cargo manifest for packages (or workspace manifest,...
Related: #438
I think there's still work here to consider @RobertBrewitz Bevy has many line break behaviors, ```rust pub enum LineBreak { WordBoundary, AnyCharacter, WordOrCharacter, NoWrap, } ``` See https://docs.rs/bevy/latest/bevy/text/enum.LineBreak.html In use,...