Cargo Features
cala_core has no features set by default.
[dependencies]
cala_core = { version = "0.1.1", features = ["cala", "docs-rs", "stdweb", "wasm-bindgen"] }
- cala
- docs-rs
-
Affects
os::web
…
Features from optional dependencies
- stdweb implicit feature
-
Enables stdweb
stdweb:
A standard library for the client-side Web
- wasm-bindgen implicit feature
-
Enables wasm-bindgen
wasm-bindgen:
Easy support for interacting between JS and Rust
Affects
web::wake
…