Cargo Features
Aframe has no features set by default.
[dependencies]
aframe = { version = "0.6.2", features = ["init", "yew-support"] }
- init = async-lock, futures
-
Affects
aframe::InitError
,aframe::init_aframe
… - yew-support = yew
-
Affects
aframe::yew_ext
,aframe::init_aframe
…
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.
- async-lock init?
-
Enables async-lock ^2.4
init dependencies
- futures init?
- yew yew-support?
-
Enables yew
yew-support dependencies