blob: fbd19f4d4ee11299d1c5e8801d458035e5d6ca11 (
plain)
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
35
36
37
38
39
|
name: lambdacube-gl-ir
version: 0.3.0.0
-- synopsis:
-- description:
homepage: lambdacube3d.com
license: BSD3
license-file: LICENSE
author: Csaba Hruska, Peter Divianszky
maintainer: csaba.hruska@gmail.com
-- copyright:
category: Graphics
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules:
LambdaCube.GL
LambdaCube.GL.Backend
LambdaCube.GL.Data
LambdaCube.GL.Input
LambdaCube.GL.Mesh
LambdaCube.GL.Type
LambdaCube.GL.Util
-- other-modules:
-- other-extensions:
build-depends:
base >=4.7 && <4.9,
containers >=0.5 && <0.6,
mtl >=2.2 && <2.3,
bytestring >=0.10 && <0.11,
vector >=0.11 && <0.12,
vector-algorithms >=0.7 && <0.8,
binary >=0.7 && <0.8,
JuicyPixels >=3.2.6.4 && <3.3,
OpenGLRaw >=3.0 && <3.1,
lambdacube-ir
hs-source-dirs: src
default-language: Haskell2010
|