Cargo Features

aeronet_transport has no features set by default.

[dependencies]
aeronet_transport = { version = "0.11.0", features = ["serde", "visualizer", "document-features"] }
serde

Allows serializing and deserializing some types with serde.

Enables serde

visualizer

Allows using the visualizer module, which draws session statistics using bevy_egui and egui_plot.

Enables bevy_egui ^0.31.1, egui_plot ^0.29.0, itertools ^0.13.0, size_format, and thousands

Affects aeronet_transport::visualizer

document-features

Enable this when generating docs.

Enables document-features, x11 of bevy_winit