Cabal revisions of sdl2-cairo-0.1.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: sdl2-cairo version: 0.1.0.2+x-revision: 1 synopsis: Render with Cairo on SDL textures. Includes optional convenience drawing API. description: This small library provides convenience functions to draw on SDL2 textures with Cairo. As Cairo is complicated, it also exposed-modules: SDL.Cairo, SDL.Cairo.Canvas, SDL.Cairo.Canvas.Interactive --other-modules: build-depends: base >=4.7 && <=5- , sdl2 >=2.0.0+ , sdl2 >=2.0.0 && < 2.2 , cairo >=0.13 , linear , mtl