- 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)
14 lines
488 B
TOML
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" }
|