- 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)
8 lines
210 B
TOML
8 lines
210 B
TOML
[package]
|
|
name = "makepad-map-nav"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Offline map navigation: search index, routing graph, A*, turn-by-turn session"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|