Cargo Features

[dependencies]
dear_mirl_gui = { version = "3.0.0", default-features = false, features = ["draw_safe", "focus_debug", "experimental", "coordinate_type_f32", "module_path_naming", "debug-window"] }
default = module_path_naming

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

draw_safe

Affects dear_mirl_gui::DRAW_SAFE

draw_debug focus_debug
experimental = debug-window

Affects widget::struct_editor

coordinate_type_f32

Affects dear_mirl_gui::DearMirlGuiCoordinateType

module_path_naming default

Affects module_path::NO_NAME, module_path::ModulePath.name

debug-window experimental?

Enables cursor_show_hotspot, minifb and system of mirl

Affects dear_mirl_gui::test