Cargo Features
Cartography has no features set by default.
[dependencies]
cartography = { version = "0.1.0", features = ["egui", "vello", "geojson"] }
- egui = vello
-
Enables egui ^0.29 and egui-wgpu ^0.29
Affects
cartography::egui
… - vello egui?
-
Enables vello
Affects
cartography::vello
… - geojson
-
Enables geojson
Affects
cartography::geojson
…