sdl2-image icon indicating copy to clipboard operation
sdl2-image copied to clipboard

Haskell bindings to SDL2_image.

Results 3 sdl2-image issues
Sort by recently updated
recently updated
newest added

Same idea as https://github.com/haskell-game/sdl2-ttf/commit/8d68a46424457477739bb7fbfc19de304c916171, tested building this successfully with GHC 8.10.7 and GHC 9.0.2. EDIT: Would normally bump the patch version in the cabal file but not sure what the...

The following program has no output: ``` module Main where import SDL.Image main :: IO () main = do putStrLn "hello world" f

Was trying to build a project to experience haskell game programming https://github.com/jxv/dino-rush but it failed when trying building `sdl2-image`: + Stack 1.7.1 + Windows 10 N 64-bit It seems to...