Skip to content

Commit fc557c4

Browse files
authored
Bevy 0.15 (#20)
* Update Bevy to 0.15 * Remove unused ab_glyph dependency * Update fontdb to latest version * Update changelog with performance improvements From the last merged PR
1 parent 4ec78de commit fc557c4

File tree

3 files changed

+157
-375
lines changed

3 files changed

+157
-375
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ All other needed components will be inserted automatically.
1515
When you wanted to update text dynamically via marker components inserted via BBcode, you used to query for the marker component and `Text`.
1616
Now, query for `TextSpan` instead, which is what the BBcode markup gets parsed into now.
1717

18+
### Improved performance
19+
20+
Parsing now performs less allocations, improving its performance.
21+
1822
## v0.2.0
1923

2024
This release simplifies font handling, adds named colors and adds support for efficiently changing text dynamically.

0 commit comments

Comments
 (0)