makepad/libs/geodata/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

21 lines
497 B
TOML

[package]
name = "makepad-geodata"
version = "0.1.0"
edition = "2021"
description = "Bulk open-geodata fetcher and per-layer overlay database builder"
license = "MIT OR Apache-2.0"
[lib]
name = "makepad_geodata"
path = "src/lib.rs"
[[bin]]
name = "geodata"
path = "src/main.rs"
[dependencies]
makepad-fast-inflate = { path = "../fast_inflate", version = "0.1.0" }
makepad-mbtile-reader = { path = "../mbtile_reader" }
makepad-map-nav = { path = "../map_nav" }
flate2 = "1.0"
serde_json = "1.0"