packages feed

yampa-sdl2 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

src/YampaSDL2/Drawable/Circle.hs view
@@ -53,7 +53,7 @@   where     f x y r =       Vector.fromList $-      SDL.P . fmap (toEnum) <$> (+ (V2 x y)) <$> rasterCircleFull e+      SDL.P . fmap (toEnum) <$> (+ (V2 x y)) <$> rasterCircleFull r  linePoints = memoize3 f   where
yampa-sdl2.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: c900ac70acd6b552e4e4a3a45ced759f9f7d804519ac26b207386e8192adc63d+-- hash: c6c36163a7a0893f131b1e4307ea568c569517bf51bf200924e0753b7ea0e2f2  name:           yampa-sdl2-version:        0.1.0.1+version:        0.1.0.2 synopsis:       Yampa and SDL2 made easy description:    yampa-sdl2 lets you start coding your app right away instead of dealing with SDL2 first. category:       Scene