makeover-webview 0.9.1

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.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f029dc60fe5771baf20c64265dbfc2e2d97c12e2c5cb00fd6e40d97e5c1dc885"

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