ktx-font 0.2.0.0 → 0.2.0.1
raw patch · 3 files changed
+6/−1 lines, 3 files
Files
- CHANGELOG.md +4/−0
- ktx-font.cabal +1/−1
- src/Codec/Ktx2/Font/Layout.hs +1/−0
CHANGELOG.md view
@@ -6,6 +6,10 @@ and this project adheres to the [Haskell Package Versioning Policy](https://pvp.haskell.org/). +## 0.2.0.1 - 2026-09-06++- Bring back foldl' import for older base.+ ## 0.2.0.0 - 2026-09-02 - Requires `kb-text-layout >= 0.1.2.0`, whose emergency breaks stop inside
ktx-font.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: ktx-font-version: 0.2.0.0+version: 0.2.0.1 synopsis: GPU-ready rasterized fonts category: Graphics author: IC Rainbow
src/Codec/Ktx2/Font/Layout.hs view
@@ -37,6 +37,7 @@ import Codec.Ktx2.Font.Shaping (PlacedGlyph(..)) import Codec.Ktx2.Font.Shaping qualified as Shaping import Control.Concurrent (withMVar)+import Data.Foldable (foldl') import Data.Text (Text) import Data.Text qualified as Text import Data.Vector (Vector, (!))