packages feed

sdl2-cairo-0.2: sdl2-cairo.cabal

-- Initial sdl2-cairo.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                sdl2-cairo
version:             0.2
synopsis:            Render with Cairo on SDL textures.
description:         This small library provides glue functions to draw
                     on SDL2 textures with Cairo.

                     NOTE: The Processing-style drawing API has been moved
                     to a separate the package cairo-canvas.
license:             MIT
license-file:        LICENSE
author:              Anton Pirogov
maintainer:          anton.pirogov@gmail.com
copyright:           Copyright (c) 2015 Anton Pirogov
category:            Graphics
build-type:          Simple
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  default-language:    Haskell2010
  exposed-modules:     SDL.Cairo
  --other-modules:
  build-depends:       base >=4.7 && <5
                     , sdl2 >=2.1.0
                     , cairo >=0.13
                     , linear


source-repository head
  type:     git
  location: https://github.com/apirogov/sdl2-cairo.git