gloss-juicy 0.1.2 → 0.2
raw patch · 2 files changed
+3/−2 lines, 2 filesdep ~gloss
Dependency ranges changed: gloss
Files
- Graphics/Gloss/Juicy.hs +1/−0
- gloss-juicy.cabal +2/−2
Graphics/Gloss/Juicy.hs view
@@ -21,6 +21,7 @@ import Codec.Picture import Codec.Picture.Types import Graphics.Gloss.Data.Picture+import Graphics.Gloss.Data.Bitmap import Data.Vector.Storable (unsafeToForeignPtr) -- | Tries to convert a 'DynamicImage' from JuicyPixels to a gloss 'Picture'. All formats except RGBF and YF should successfully
gloss-juicy.cabal view
@@ -1,5 +1,5 @@ name: gloss-juicy-version: 0.1.2+version: 0.2 synopsis: Load any image supported by Juicy.Pixels in your gloss application description: Lets you convert any image supported by Juicy.Pixels in a gloss application by converting to gloss' Bitmap representation. .@@ -20,7 +20,7 @@ build-depends: base >=4 && < 5, bytestring, bmp >= 1.2.4.1,- gloss,+ gloss >= 1.9, JuicyPixels, vector ghc-options: -O2 -Wall -threaded