Cargo Features

sauron-native has no features set by default.

[dependencies]
sauron-native = { version = "0.1.0", features = ["with-tui", "with-html", "with-gtk"] }
with-tui = itui, termion

Affects backend::text_ui

with-html = sauron, wasm-bindgen, web-sys

Affects backend::html

with-gtk = gio, gtk

Affects backend::gtk_ui

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.

sauron with-html?

Enables sauron ^0.10.0

itui with-tui?
termion with-tui?

Enables termion ^1.5

wasm-bindgen with-html?
gtk with-gtk?

Enables gtk ^0.6.0

gio with-gtk?

Enables gio ^0.6.0

web-sys with-html?