Cargo Features

oxygengine-ha-renderer has no features set by default.

[dependencies]
oxygengine-ha-renderer = { version = "0.46.1", features = ["web", "desktop", "parallel", "scalar64"] }
web = oxygengine-backend-web, wasm-bindgen, web-sys

Enables web of oxygengine-core

Affects platform::web

desktop = oxygengine-backend-desktop

Affects platform::desktop

parallel

Enables parallel of oxygengine-core

scalar64

Enables scalar64 of oxygengine-core

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.

oxygengine-backend-desktop desktop?
oxygengine-backend-web web?
wasm-bindgen web?
web-sys web?