Current section
Files
Jump to
Current section
Files
src/gwg_pathfinding.app.src
{application, gwg_pathfinding, [
{vsn, "1.0.2"},
{applications, [gleam_stdlib]},
{description, "A generic searching/pathfinding algorithm library for the Gleam programming language"},
{modules, [gwg@pathfinding,
gwg_pathfinding@@main]},
{registered, []}
]}.