Cargo Features

craft_gui has no features set by default.

[dependencies]
craft_gui = { version = "0.1.1", features = ["dynamic_linking", "devtools", "http_client", "vello_renderer", "vello_cpu_renderer", "vello_hybrid_renderer"] }
dynamic_linking

Force dynamic linking, which improves iterative compile times

Enables craft_dylib, dynamic_linking of craft_core

default

These default features are set whenever craft_gui is added without default-features = false somewhere in the dependency tree.

Enables dev_tools, http_client and vello_renderer of craft_core

devtools

Enables dev_tools of craft_core

http_client

Enables http_client of craft_core

vello_renderer

Enables vello_renderer of craft_core

vello_cpu_renderer

Enables vello_cpu_renderer of craft_core

vello_hybrid_renderer

Enables vello_hybrid_renderer of craft_core