-
Notifications
You must be signed in to change notification settings - Fork 3
/
sdl2-cairo.cabal
34 lines (29 loc) · 1.11 KB
/
sdl2-cairo.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
-- 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