Squashed from work: - rtsmap: one seeded generator for tiled strategy maps - map: bake a runnable Amsterdam test map from inside the route app - route: the first-run test map starts itself, and its buttons are guarded - map: the test map bakes its road faces too, from the same shared pass - map_tiles: mkmap-extract — the weave is reversible, world-cells reconstructible from world.mkmap - route: the local dispatcher rides the hub — its copied engine is deleted, limits preserved (aicore P1) - route + converse: off makepad_ai — the Agent seam moves to converse, route's cloud dispatcher rides the hub's Claude p - ai-hub: chats run the machine election — route to a serving holder, wait on a loading one, claim and publish when open - libs: the zero-warning sweep — stitch casts say what they mean, xatlas keeps upstream's surface quietly
9 lines
390 B
TOML
9 lines
390 B
TOML
[package]
|
|
name = "makepad-map-bake"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Offline painter-cascade face baker: appends payload v2-faces-1 (field 101) to map archives by replaying the renderer's own road-union pipeline"
|
|
|
|
[dependencies]
|
|
# The pass lives in the shared bake library; this crate is its CLI.
|
|
makepad-map-build = { path = "../../libs/map_build", features = ["faces"] }
|