Cargo Features

aeronet_proto has no features set by default.

[dependencies]
aeronet_proto = { version = "0.7.0-alpha.2", features = ["condition", "serde", "bevy", "visualizer"] }
condition

Enables support for aeronet/condition types.

Enables condition of aeronet

serde

Allows serializing types using serde.

Enables serde

bevy

Enables bevy support.

Enables bevy_app, bevy_ecs, and bevy_time

visualizer

Allows drawing network statistics in an egui UI.

Enables egui, egui_plot, itertools, and size_format

Affects aeronet_proto::visualizer