Files
lean-graphics/lakefile.toml
Greg Shuflin 97aa8685f9 Initial commit
2025-12-01 00:39:47 -08:00

11 lines
163 B
TOML

name = "lean-graphics"
version = "0.1.0"
defaultTargets = ["lean-graphics"]
[[lean_lib]]
name = "LeanGraphics"
[[lean_exe]]
name = "lean-graphics"
root = "Main"