packages feed

keid-render-basic 0.1.2.0 → 0.1.2.1

raw patch · 6 files changed

+10/−1 lines, 6 filesbinary-addedPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for keid-render-basic +## 0.1.2.1++- Fixed missing embedded textures in source distribution.+ ## 0.1.2.0  - Added embedded base textures and cubes needed for shader code.
+ embed/cubemaps/black.ktx.zst view

binary file changed (absent → 74 bytes)

+ embed/textures/black.ktx.zst view

binary file changed (absent → 67 bytes)

+ embed/textures/flat.ktx.zst view

binary file changed (absent → 97 bytes)

+ embed/textures/ibl_brdf_lut.ktx.zst view

binary file changed (absent → 192701 bytes)

keid-render-basic.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           keid-render-basic-version:        0.1.2.0+version:        0.1.2.1 synopsis:       Basic rendering programs for Keid engine. category:       Game Engine author:         IC Rainbow@@ -17,6 +17,11 @@ extra-source-files:     README.md     ChangeLog.md+data-files:+    embed/cubemaps/black.ktx.zst+    embed/textures/black.ktx.zst+    embed/textures/flat.ktx.zst+    embed/textures/ibl_brdf_lut.ktx.zst  source-repository head   type: git