Cargo Features
BlueEngineUtilities has no features set by default.
[dependencies]
blue_engine_utilities = { version = "0.9.4", features = ["all", "animation", "gltf", "obj", "physics", "egui", "headless"] }
- all = animation, egui, gltf, obj, physics
- animation all?
-
Enables keyframe and keyframe_derive
keyframe:
Animation
Affects
header::Point3,header::AnimationKeyframe… - gltf all?
-
Enables gltf
model loading
- obj all?
-
Enables obj-rs
Affects
model_load::load_obj… - physics all?
-
Enables rapier3d ^0.23.1
- egui all?
-
Enables egui ^0.31.1, egui-wgpu ^0.31.1, and egui-winit ^0.31.1
- headless
-
pass blue engine's headless mode
Enables headless of blue_engine
blue_engine = { path = "../../", default-features = false, features = [
"debug",
"window",
"static_link",
] }