1[compiler]
2target = "makepad"
3logo = true
4log_level = "info"
5excludes = ["Cargo.toml", "Cargo.lock", "target", ".gen_ui_cache", "gen_ui.toml", ".plugins"]
6
7[makepad]
8
9[makepad.root]
10path = "/Users/shengyifei/projects/gen_ui/made_with_GenUI/quickstart/start/views/root.gen"
11window = { height = "Fill", width = "Fill", flow = "Down", window_size = { inner_size = { x = 1080.0, y = 720.0 } } }
12
13[makepad.dependencies]
14makepad-widgets = { path = "/Users/shengyifei/projects/makepad/makepad/widgets" }
15
16[plugins]