- 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)
17 lines
534 B
TOML
17 lines
534 B
TOML
[package]
|
|
name = "makepad-map-tiles"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Build, audit, and probe disk-streamable OpenStreetMap tile archives"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
brotli = "8.0"
|
|
flate2 = "1.0"
|
|
makepad-fast-inflate = { path = "../../libs/fast_inflate" }
|
|
makepad-geodata = { path = "../../libs/geodata" }
|
|
makepad-map-nav = { path = "../../libs/map_nav" }
|
|
makepad-mbtile-reader = { path = "../../libs/mbtile_reader" }
|
|
osmpbf = "0.3.8"
|
|
serde_json = "1.0"
|
|
smallvec = { path = "../../libs/smallvec" }
|