Cargo Features

TextRTS has no features set by default.

[dependencies]
text-rts = { version = "0.1.0", features = ["web", "console", "wasm-bindgen"] }
default

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

Enables legion ^0.3, opengl of bracket-lib

web

Enables opengl of bracket-lib

console

Enables legion ^0.3, crossterm of bracket-lib

Features from optional dependencies

wasm-bindgen implicit feature

Enables wasm-bindgen

wasm-bindgen:

Easy support for interacting between JS and Rust