Cargo Features

[dependencies]
blue_engine_dynamic = { version = "0.7.1", default-features = false, features = ["debug", "android", "android_native_activity", "android_game_activity", "u32"] }
default = debug

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

debug default

Enables debug of blue_engine_core

android

Enables android of blue_engine_core

android_native_activity

Enables android_native_activity of blue_engine_core

android_game_activity

Enables android_game_activity of blue_engine_core

u32

using u32 for indices and others

Enables u32 of blue_engine_core