Files
lux/stdlib/lux.toml
Brandon Lucas 634f665b1b feat: add stdlib and browser examples
- stdlib/html.lux: Type-safe HTML construction
- stdlib/browser.lux: Browser utilities
- examples/web/: Counter app with DOM manipulation
- examples/counter.lux: Simple counter example

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-15 03:54:17 -05:00

9 lines
207 B
TOML

[project]
name = "stdlib"
version = "0.1.0"
description = "Lux Standard Library - Core types and effects for browser development"
license = "MIT"
[dependencies]
# No dependencies - this is the core library