Current section

Files

Jump to
gchess src gchess.app.src
Raw

src/gchess.app.src

{application, gchess, [
{vsn, "0.1.2"},
{applications, [gleam_bitwise,
gleam_erlang,
gleam_otp,
gleam_stdlib,
gleeunit]},
{description, "A Gleam project"},
{modules, [bitboard,
board,
board_map,
castle_rights,
color,
fen,
game,
game_server,
gchess,
move,
piece,
position,
ray]},
{registered, []}
]}.