Cargo Features
Aframe has no features set by default.
[dependencies]
aframe = { version = "0.7.1", 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.