Cargo Features

[dependencies]
ux-vg = { version = "0.2.9", default-features = false, features = ["image-loading", "debug_inspector", "serde"] }
default = image-loading

The image-loading feature is set by default whenever ux-vg is added without default-features = false somewhere in the dependency tree.

image-loading default = image
debug_inspector

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

[profile.release]
debug = true

image image-loading

Enables image ^0.23.6

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework