Dependencies for intricacy-0.3.3
Executables
intricacy
- if flag(game)
- array (>=0.3)
- base (>=4.3 && <5)
- binary (>=0.5)
- bytestring (>=0.10)
- containers (>=0.4)
- cryptohash (>=0.8)
- directory (>=1.0)
- filepath (>=1.0)
- mtl (>=2.0)
- network-fancy (>=0.1.5)
- stm (>=2.1)
- time (>=1.2)
- transformers (>=0.2)
- vector (>=0.9)
- if flag(sdl)
- buildable: False
- if flag(curses)
- hscurses (>=1.4)
intricacy-server
- if flag(server)
- array (>=0.3)
- base (>=4.3 && <5)
- binary (>=0.5)
- bytestring (>=0.10)
- containers (>=0.4)
- cryptohash (>=0.8)
- directory (>=1.0)
- filepath (>=1.0)
- mtl (>=2.0)
- network-fancy (>=0.1.5)
- pipes (>=4)
- random (>=1.0)
- stm (>=2.1)
- time (>=1.2)
- transformers (>=0.2)
- vector (>=0.9)
- buildable: False
Flags
Manual Flags
Name | Description | Default |
---|---|---|
game | Build game | Enabled |
server | Build server | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
sdl | Enable SDL UI | Enabled |
curses | Enable Curses UI | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info