makeover-webview 0.8.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.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a733d3943b405611b466caab47159ae11fd0d8f01ab4e50bdeabd0b66b477e8"

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