makepad/examples/map/Cargo.toml
andodeki d6d1f99ca9 Update fork to upstream dev 5d4483f
- Sync with latest upstream dev branch
- Include all map improvements: 2D/3D toggle, shadows, labels, overlays
- Include platform updates: location API, audio echo cancellation
- Preserve fork-specific re-exports (gltf, csg, test)
2026-07-31 18:47:03 +00:00

14 lines
488 B
TOML

[package]
name = "makepad-example-map"
version = "1.0.0"
edition = "2021"
[dependencies]
makepad-widgets = { path = "../../widgets", version = "2.0.0", features = ["maps"] }
makepad-map-nav = { path = "../../libs/map_nav" }
makepad-geodata = { path = "../../libs/geodata" }
makepad-mbtile-reader = { path = "../../libs/mbtile_reader" }
makepad-fast-inflate = { path = "../../libs/fast_inflate" }
[dev-dependencies]
makepad-test = { path = "../../libs/makepad_test", version = "0.1.0" }