Rob Parrett
Rob Parrett
On Bevy `main`: It looks like support for tabs was added in `cosmic-text` `0.12` https://github.com/pop-os/cosmic-text/blob/main/CHANGELOG.md#0120---2024-06-18
I would like to test in a `cosmic-text` example again to see if being able to modify the tab width would get the behavior you were after.
It does seem that this would be fixable if we exposed the tab width option for cosmic buffers. (Text above modified to only include first tab of each line, and...
With Bevy `main` / `cosmic-text`. This `cosmic-text` issue may be relevant: https://github.com/pop-os/cosmic-text/issues/279
Linking the `cosmic-text` issue: https://github.com/pop-os/cosmic-text/issues/11
This fixed good enough by #15857?
> I think maybe the frame_count module doesn't belong in bevy_diagnostics at all but it might not matter and it's much less important. I agree, but I'm not totally sure...
Could you test with this branch? #15844
The correct import should be something like ```toml bevy = { git = "https://github.com/nicoburns/bevy.git", branch = "taffy06" } ``` But it looks like yours may work well enough to check...
@nicoburns this seems like it could be a taffy issue that is not resolved by 0.6.