web engine - experimental web browser
at x25519 17 lines 307 B view raw
1[package] 2name = "we-layout" 3version = "0.1.0" 4edition.workspace = true 5 6[lib] 7name = "we_layout" 8path = "src/lib.rs" 9 10[dependencies] 11we-dom = { path = "../dom" } 12we-style = { path = "../style" } 13we-css = { path = "../css" } 14we-text = { path = "../text" } 15 16[dev-dependencies] 17we-html = { path = "../html" }