Current section
Files
Jump to
Current section
Files
src/legos.app.src
{application, legos, [
{vsn, "1.2.0"},
{applications, [gleam_community_maths,
gleam_json,
gleam_stdlib,
lustre]},
{description, "Layout and style that's easy to refactor, all without thinking about CSS."},
{modules, [legos@@main,
legos@background,
legos@border,
legos@color,
legos@events,
legos@font,
legos@input,
legos@internal@flag,
legos@internal@model,
legos@internal@style,
legos@keyed,
legos@region,
legos@ui]},
{registered, []}
]}.