Current section
Files
Jump to
Current section
Files
src/etch.app.src
{application, etch, [
{vsn, "1.0.0"},
{applications, [gleam_erlang,
gleam_stdlib]},
{description, "A Gleam TUI Backend Library"},
{modules, [etch@@main,
etch@command,
etch@cursor,
etch@event,
etch@internal@consts,
etch@stdout,
etch@style,
etch@terminal,
event_ffi,
examples@events,
examples@hello_world,
examples@snake,
examples@styles,
signal_handler,
terminal_ffi]},
{registered, []}
]}.