Dependencies for ombra-1.1.0.0
Libraries
ombra
- base (<4.11)
- Boolean (<0.3)
- hashable (<1.3)
- hashtables (<1.4)
- MemoTrie (<0.7)
- monad-control (<1.1)
- transformers (<0.6)
- transformers-base (<0.5)
- unordered-containers (<0.3)
- vector-space (<0.12)
- if flag(opengl) && !flag(webgl)
- gl (>=0.8 && <0.9)
- if flag(webgl)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
opengl | Enable the OpenGL backend. Main module: Graphics.Rendering.Ombra.Backend.OpenGL | Enabled |
webgl | Enable the GHCJS/WebGL backend, if compiled with GHCJS. This automatically disables the OpenGL backend. Main module: Graphics.Rendering.Ombra.Backend.WebGL | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info