Current section

Files

Jump to
gchess src gchess.app.src
Raw

src/gchess.app.src

{application, gchess, [
{vsn, "0.1.4"},
{applications, [gleam_erlang,
gleam_otp,
gleam_stdlib,
gleeunit]},
{description, "A Gleam project"},
{modules, [bitboard,
board,
board_dict,
castle_rights,
color,
fen,
game,
game_server,
gchess,
knight_target,
move,
move_san,
pgn,
piece,
position,
ray,
status,
target]},
{registered, []}
]}.