makeover-webview 0.6.0

The webview renderer for makeover-layout. Emits CSS, and is the one renderer that needs no palette: var() is the late binding, so resolution stays with the browser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "makeover-layout"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab23683bb15b9855a8fd7f22d71d72500b99c310cb3ffdbad0ff73833a2e320"

[[package]]
name = "makeover-webview"
version = "0.6.0"
dependencies = [
 "makeover-layout",
]