Cargo Features
[dependencies]
oxygengine-script-web = { version = "0.12.5", default-features = false, features = ["composite-renderer", "audio", "input", "web", "scalar64"] }
- default = web
-
The
web
feature is set by default wheneveroxygengine-script-web
is added without
somewhere in the dependency tree.default-features = false - composite-renderer = oxygengine-composite-renderer, oxygengine-composite…backend-web
-
Affects
integration::composite_renderer
… - audio = oxygengine-audio
-
Affects
integration::audio
… - input = oxygengine-input
-
Affects
integration::input
… - web default
-
Enables web of oxygengine-audio ^0.12, oxygengine-composite-renderer ^0.12, oxygengine-composite-renderer-backend-web ^0.12, oxygengine-core ^0.12, and oxygengine-input ^0.12
- scalar64
-
Enables scalar64 of oxygengine-audio ^0.12, oxygengine-composite-renderer ^0.12, oxygengine-composite-renderer-backend-web ^0.12, oxygengine-core ^0.12, oxygengine-input ^0.12, and oxygengine-utils ^0.12
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.