| 18 |
18 |
|
# Materialises all three generated files: themes/, geometry.css, layout.css,
|
| 19 |
19 |
|
# and holds both drift checks this build.rs used to carry itself: touch density
|
| 20 |
20 |
|
# as of 0.17, breakpoints as of 0.18.
|
| 21 |
|
- |
makeover-build = "0.53.0"
|
|
21 |
+ |
makeover-build = "0.54.0"
|
| 22 |
22 |
|
# Cuts the two house faces into frontend/fonts/. A git dependency because
|
| 23 |
23 |
|
# quasi-type is `publish = false`, which is also why makeover-build cannot do
|
| 24 |
24 |
|
# this and only emits the CSS that fetches the result. The rev is the one
|
| 28 |
28 |
|
# The table CSS is generated here too: the columns are this app's, so the
|
| 29 |
29 |
|
# shared helper cannot know them, but the tracks and the narrowing rules come
|
| 30 |
30 |
|
# from the description rather than from hand-written nth-child cuts.
|
| 31 |
|
- |
makeover-webview = "0.60.0"
|
|
31 |
+ |
makeover-webview = "0.61.0"
|
| 32 |
32 |
|
makeover-layout = "0.35.0"
|
| 33 |
33 |
|
# Width. Direct rather than through makeover-webview, because the narrow table
|
| 34 |
34 |
|
# pass keys off SizeClass::Compact and a boundary reached transitively is a
|
| 139 |
139 |
|
# The forms emitter and the description it renders. Runtime deps, not build:
|
| 140 |
140 |
|
# form markup depends on the value, the error and the options at the moment a
|
| 141 |
141 |
|
# modal opens, so it cannot be materialised the way the stylesheet is.
|
| 142 |
|
- |
makeover-webview = "0.60.0"
|
|
142 |
+ |
makeover-webview = "0.61.0"
|
| 143 |
143 |
|
makeover-layout = "0.35.0"
|
| 144 |
144 |
|
# Browser opening
|
| 145 |
145 |
|
open = { workspace = true }
|