- 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)
11 lines
335 B
TOML
11 lines
335 B
TOML
[package]
|
|
name = "makepad-tesla"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Tesla Fleet API client on the makepad network layer"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
makepad-widgets = { path = "../../widgets" }
|
|
makepad-micro-serde = { path = "../../libs/micro_serde" }
|
|
makepad-live-id = { path = "../../libs/live_id" }
|