Releases: alexheretic/glyph-brush
Releases · alexheretic/glyph-brush
glyph-brush-0.7.11
- Update twox-hash to 2.
glyph-brush-0.7.10
- Fix conversions from OwnedSection -> Section with non-default extra type.
glyph-brush-layout-0.2.4
- Fix
SectionText::scale
docs. - Improve
SectionGlyph
docs.
glyph-brush-draw-cache-0.1.6
- Clarify
Rectangle
docs. - Update rustc-hash to
2
.
glyph-brush-0.7.9
- Add
GlyphCruncher::glyphs
doc example of usingsection_index
&byte_index
. - Update rustc-hash to
2
.
glyph-brush-0.7.8
- Update ordered-float to
4
.
glyph-brush-0.7.7
- Allow
Text::new
to work with anyX
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 flexibleX
/"extra" type usage thanSection::default
& for owned text too. - Add more flexible
X
type usage toGlyphBrush::keep_cached
. - Add
Section::from(text)
&Section::from(vec![text])
conversions. - Update
GlyphCruncher::glyphs
,GlyphCruncher::glyph_bounds
docs.
glyph-brush-0.7.6
- Removed log dependency.
gfx-glyph-0.17.1
- Specify
#[repr(C)]
for vertex structs.
glyph-brush-0.7.5
- Implement
Eq
forBrushError
.