All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.1 - 2019-06-09
- Panic when drawing an empty
GlyphBrush
.
0.3.0 - 2019-05-03
- This changelog.
- The transformation matrix in
draw_queued_with_transform
will be applied directly to vertices in absolute coordinates. This makes reusing vertices with different projections much easier. See glyph_brush/pull/64.
- Target dimensions in
draw_queued_with_transform
. The transform needs to take care of translating vertices coordinates into the normalized space.
0.2.0 - 2019-04-28
- Configurable render target format.
0.1.1 - 2019-04-27
- Instance buffer resize issue. Now, the instance buffer resizes when necessary.
- First release! 🎉