Dependencies for wgpu-hs-0.4.0.0
Libraries
wgpu-hs
- base (>=4.14.0.0 && <4.15)
- bytestring (>=0.10.12 && <0.11)
- containers (>=0.6.5.1 && <0.7)
- data-default (>=0.7.1.1 && <0.8)
- data-has (>=0.4.0.0 && <0.5)
- lens (>=5.0.1 && <5.1)
- mtl (>=2.2.2 && <2.3)
- resourcet (>=1.2.4.3 && <1.3)
- safe-exceptions (>=0.1.7.2 && <0.2)
- text (>=1.2.4 && <1.3)
- vector (>=0.12.3 && <0.13)
- wgpu-hs
- wgpu-raw-hs (==0.4.0.0)
- if flag(glfw)
- GLFW-b (>=3.3.0 && <3.4)
- if flag(sdl2)
- sdl2 (>=2.5.3.0 && <2.6)
wgpu-hs:wgpu-hs-internal
- base (>=4.14.0.0 && <4.15)
- bytestring
- data-default
- data-has
- lens
- mtl
- resourcet
- text
- vector
- wgpu-raw-hs
- if flag(glfw)
- if flag(sdl2)
Executables
triangle-sdl
- base (>=4.14.0.0 && <4.15)
- if flag(examples) && flag(sdl2)
- data-default (>=0.7.1.1 && <0.8)
- data-has (>=0.4.0.0 && <0.5)
- lens (>=5.0.1 && <5.1)
- mtl (>=2.2.2 && <2.3)
- resourcet (>=1.2.4.3 && <1.3)
- safe-exceptions (>=0.1.7.2 && <0.2)
- sdl2 (>=2.5.3.0 && <2.6)
- string-qq (>=0.0.4 && <0.1)
- text (>=1.2.4 && <1.3)
- vector (>=0.12.3 && <0.13)
- wgpu-hs
- buildable: False
triangle-glfw
- base (>=4.14.0.0 && <4.15)
- if flag(examples) && flag(glfw)
- data-default (>=0.7.1.1 && <0.8)
- GLFW-b (>=3.3.0 && <3.4)
- text (>=1.2.4 && <1.3)
- transformers (>=0.5.6 && <0.6)
- wgpu-hs
- buildable: False
cube
- base (>=4.14.0.0 && <4.15)
- if flag(examples) && flag(sdl2)
- data-default (>=0.7.1.1 && <0.8)
- data-has (>=0.4.0.0 && <0.5)
- derive-storable (>=0.3.0.0 && <0.4)
- JuicyPixels (>=3.3.5 && <3.4)
- lens (>=5.0.1 && <5.1)
- linear (>=1.21.6 && <1.22)
- mtl (>=2.2.2 && <2.3)
- resourcet (>=1.2.4.3 && <1.3)
- safe-exceptions (>=0.1.7.2 && <0.2)
- sdl2 (>=2.5.3.0 && <2.6)
- string-qq (>=0.0.4 && <0.1)
- text (>=1.2.4 && <1.3)
- vector (>=0.12.3 && <0.13)
- wgpu-hs
- buildable: False
Flags
Manual Flags
Name | Description | Default |
---|---|---|
glfw | Enable GLFW integration | Enabled |
examples | Build the examples | Enabled |
sdl2 | Enable SDL2 integration | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info