Cargo Features

[dependencies]
blitz-dom = { version = "0.1.0-alpha.1", default-features = false, features = ["tracing", "svg", "woff-c", "woff-rust", "clipboard", "accessibility"] }
default = accessibility, clipboard, svg, tracing, woff-c

These default features are set whenever blitz-dom is added without default-features = false somewhere in the dependency tree.

tracing default

Enables tracing

svg default

Enables usvg ^0.44.0

woff-c default

WOFF decoding using the "woff" crate which binds to C libraries ("woff" for woff2) and "sfnt2woff" for woff1).
Both woff1 and woff2 are supported

Enables woff

woff-rust

WOFF decoding using the "woff2" crate which is pure Rust Only woff2 is supported. Does not work correct with all woff2 fonts

Enables woff2

clipboard default

Enables arboard

accessibility default = accesskit

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

accesskit accessibility

Enables accesskit ^0.17

Linebender dependencies