Cargo Features

[dependencies]
blue_engine_utilities = { version = "0.7.1", default-features = false, features = ["animation", "gltf", "obj", "physics", "egui", "u32", "debug"] }
default = debug

The debug feature is set by default whenever blue_engine_utilities is added without default-features = false somewhere in the dependency tree.

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

egui

Enables egui, egui-wgpu, and egui-winit

u32

pass blue engine's u32 feature

Enables u32 of blue_engine

debug default

pass blue engine's debug feature

Enables debug of blue_engine