Dependencies for h-raylib-5.5.3.0
Libraries
h-raylib
- base (>=4.0 && <4.22)
- bytestring (>=0.11.0 && <0.13)
- containers (>=0.6.0 && <0.9)
- template-haskell (>=2.16.0.0 && <2.24)
- text (>=2.0 && <2.2)
- if !flag(disable-lens)
Executables
basic-window
basic-callbacks
basic-automation-events
first-person-camera
camera-ray-collision
basic-images
bunnymark
custom-font-text
basic-models
basic-shaders
postprocessing-effects
basic-audio
basic-rlgl
raygui-suite
Flags
Manual Flags
Name | Description | Default |
---|---|---|
detect-platform | Detect platform and automatically add platform-specific configuration | Enabled |
platform-windows | Build for Windows | Disabled |
platform-mac | Build for macOS/OSX | Disabled |
platform-linux | Build for Linux | Disabled |
platform-bsd | Build for FreeBSD, OpenBSD, or NetBSD | Disabled |
platform-nixos | Build for Nix (use external GLFW) | Disabled |
platform-web | Build for web | Disabled |
mingw-cross | Cross-compiling for mingw (used in combination with Windows) | Disabled |
examples | Build the example projects | Disabled |
ghci | Used when running the program in GHCi | Disabled |
disable-lens | Exclude the lens dependency and Raylib.Util.Lenses | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info