Cargo Features

oxygengine-prototype has no features set by default.

[dependencies]
oxygengine-prototype = { version = "0.46.1", features = ["web", "desktop", "parallel", "scalar64"] }
web = oxygengine-audio-backend-web, oxygengine-backend-web, oxygengine-editor-tools-backend-web, oxygengine-ha-renderer-debugger, oxygengine-input-device-web

Enables web of oxygengine-audio, oxygengine-core, oxygengine-ha-renderer, and oxygengine-input

Affects app::web

desktop = oxygengine-backend-desktop, oxygengine-input-device-desktop

Enables desktop of oxygengine-ha-renderer

Affects app::desktop

parallel

Enables parallel of oxygengine-audio, oxygengine-core, oxygengine-ha-renderer, oxygengine-input, and oxygengine-nodes

scalar64

Enables scalar64 of oxygengine-audio, oxygengine-audio-backend-web, oxygengine-backend-web, oxygengine-core, oxygengine-ha-renderer, oxygengine-input, oxygengine-input-device-web, and oxygengine-nodes

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-web scalar64? web?
oxygengine-backend-desktop desktop?
oxygengine-audio-backend-web scalar64? web?
oxygengine-input-device-web scalar64? web?
oxygengine-input-device-desktop desktop?
oxygengine-editor-tools-backend-web web?
oxygengine-ha-renderer-debugger web?