Cargo Features
[dependencies]
blue_engine_utilities = { version = "0.8.0", default-features = false, features = ["animation", "gltf", "obj", "physics", "egui", "u32", "debug"] }
- default = debug
-
The
debug
feature is set by default wheneverblue_engine_utilities
is added without
somewhere in the dependency tree.default-features = false - animation
-
Enables keyframe and keyframe_derive
keyframe:
Animation
Affects
header::Point3
,header::AnimationKeyframe
… - gltf
-
Enables gltf
model loading
- obj
-
Enables obj-rs
Affects
model_load::load_obj
… - physics
-
Enables rapier3d ^0.23.1
- egui
-
Enables egui, egui-wgpu, and egui-winit
- u32
-
pass blue engine's u32 feature
Enables u32 of blue_engine ^0.8.0
- debug default
-
pass blue engine's debug feature
Enables debug of blue_engine ^0.8.0