Cargo Features

[dependencies]
ultron = { version = "0.2.6", default-features = false, features = ["with-navigator-clipboard", "with-dom", "with-measure"] }
default = with-dom, with-navigator-clipboard

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

with-navigator-clipboard default

use this feature if only want to support latest browsers

with-dom default

Enables with-dom, with-node-macro and with-request-animation-frame of sauron ^0.43.9

Affects ultron::editor

with-measure

Enables sauron ^0.43.9

sauron:

shows telemetry such as duration it took to update the dom