Skip to content

0.12.0

Choose a tag to compare

@AustinJ235 AustinJ235 released this 18 Sep 11:01
· 4 commits to master since this release
3a6d9a9
  • BREAKING Update dependency vulkano & vulkano-shaders to 0.31.
  • BREAKING Update dependency allsorts to 0.11.
  • BREAKING Changes to ImtImageView
    • new has been renamed to from_storage.
    • Added from_attachment.
    • Added image_view_ref to retreive the inner image view.
    • Fixed bug that caused needless image transitions.
  • BREAKING ImtFontProps now has four additional fields.
    • min_x, max_x, min_y, max_y that are from the head header.
  • Changes to rasterization (GPU Only for Now)
    • Gain curve is now applied to values resulting in clearer text.
    • Subpixels now have a boxy filter applied similar to freetype's default lcd filter.