Skip to content

Commit 1e0d41b

Browse files
Adds graphics blitting example
1 parent 7c5c483 commit 1e0d41b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

haskell-game-programming.cabal

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,12 @@ executable sdl-sdl1-drawing-sophistishapes
136136
SDL-gfx
137137
-- hs-source-dirs:
138138
default-language: Haskell2010
139+
140+
executable sdl-sdl1-graphics-example2
141+
main-is: example2.hs
142+
hs-source-dirs: tutorials/sdl/sdl1/graphics/
143+
build-depends: base,
144+
SDL,
145+
SDL-image
146+
-- hs-source-dirs:
147+
default-language: Haskell2010

0 commit comments

Comments
 (0)