Cargo Features
[dependencies]
ultron-web = { version = "0.3.0", default-features = false, features = ["with-ric", "with-raf", "with-measure", "with-debug", "with-interning", "with-navigator-clipboard"] }
- default = with-interning, with-measure, with-navigator-clipboard, with-raf, with-ric
-
These default features are set whenever
ultron-web
is added without
somewhere in the dependency tree.default-features = false - with-ric default
-
Enables with-ric of sauron ^0.55.0
- with-raf default
-
Enables with-raf of sauron ^0.55.0
- with-measure default
-
Enables with-measure of sauron ^0.55.0
sauron:
shows telemetry such as duration it took to update the dom
- with-debug
-
Enables with-debug of sauron ^0.55.0
sauron:
log debug patches
- with-interning default
-
Enables with-interning of sauron ^0.55.0
-
use this feature if only want to support latest browsers