Skip to content

Commit

Permalink
Release glyph_brush 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Feb 24, 2023
1 parent a398c8d commit a00bfc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glyph-brush/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased (v0.7.7)
# v0.7.7
* Allow `Text::new` to work with any `X` type. **This may break usage**, however it will hopefully be non-breaking in practice as the compiler should always be able to infer this.
* Add `Section::builder` for more flexible `X`/"extra" type usage than `Section::default` & for owned text too.
* Add more flexible `X` type usage to `GlyphBrush::keep_cached`.
Expand Down
2 changes: 1 addition & 1 deletion glyph-brush/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glyph_brush"
version = "0.7.6"
version = "0.7.7"
authors = ["Alex Butler <[email protected]>"]
edition = "2018"
description = "Fast cached text render library using ab_glyph"
Expand Down

0 comments on commit a00bfc3

Please sign in to comment.