From 7cdb95f5d64b58d1fa21d95926e16144a3a41c5f Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Sun, 24 May 2026 00:53:46 +0200 Subject: [PATCH] Bump lib-core.maps dep to 0.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picks up the new write APIs (set_cell_gid, set_roof, save_to_disk). No source changes — lib is purely additive. --- manifest.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.module b/manifest.module index 4f1f2aa..2e561a3 100644 --- a/manifest.module +++ b/manifest.module @@ -14,7 +14,7 @@ {"id": "lib-core.input", "version": "0.4.0"}, {"id": "lib-core.camera", "version": "0.3.0"}, {"id": "lib-core.render", "version": "0.1.0"}, - {"id": "lib-core.maps", "version": "0.3.0"}, + {"id": "lib-core.maps", "version": "0.4.0"}, {"id": "lib-core.puppet", "version": "0.5.0"}, {"id": "lib-core.interaction", "version": "0.1.0"}, {"id": "lib-asset.prototype-subterrain", "version": "0.2.0"}