Cargo Features

aeronet_transport has no features set by default.

[dependencies]
aeronet_transport = { version = "0.10.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.29.0, egui_plot ^0.28.1, itertools, size_format, and thousands

Affects aeronet_transport::visualizer

document-features

Enable this when generating docs.

Enables document-features, x11 of bevy_winit