Current section
Files
Jump to
Current section
Files
src/dungeon_mode.app.src
{application, dungeon_mode, [
{vsn, "1.0.1"},
{applications, [gleam_stdlib]},
{description, "DUNGEON.mode glyphs in Gleam"},
{modules, [dungeon_mode,
dungeon_mode@@main]},
{registered, []}
]}.