Cargo Features
[dependencies]
qinetic = { version = "0.2.1", default-features = false, features = ["dynamic", "ai", "animation", "audio", "log", "network", "physics", "render", "ui"] }
- default = animation, audio, physics, render
-
These default features are set whenever
qinetic
is added without
somewhere in the dependency tree.default-features = false - dynamic = qinetic_dylib
-
Force dynamic linking, which improves iterative compile times. Avaliable only in
dev
profile. - ai
-
Optional Qinetic crates
Enables qinetic_ai of qinetic_internal
Qinetic.
- animation default
-
Enables qinetic_animation of qinetic_internal
- audio default
-
Enables qinetic_audio of qinetic_internal
- log
-
Enables qinetic_log of qinetic_internal
- network
-
Enables qinetic_network of qinetic_internal
- physics default
-
Enables qinetic_physics of qinetic_internal
- render default
-
Enables qinetic_render of qinetic_internal
- ui
-
Enables qinetic_ui of qinetic_internal
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.
- qinetic_dylib dynamic?
-
Enables qinetic_dylib
Qinetic option.