Cargo Features

[dependencies]
egui_graph = { version = "0.3.0", default-features = false, features = ["layout", "serde"] }
default = layout, serde

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

layout default = layout-rs

Affects egui_graph::layout

serde default

Enables serde and serde of egui ^0.24.1

egui:

Allow serialization using serde.

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.

egui serde

Enables egui ^0.24.1

layout-rs layout