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.