From 037b3ad2c9019db9f1c0016f226409f59631bbc0 Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Sun, 24 May 2026 00:53:42 +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 d814382..a29b161 100644 --- a/manifest.module +++ b/manifest.module @@ -9,7 +9,7 @@ "fa_terrain_v1": "lib-asset.prototype-fa-starter" }, "deps": [ - {"id":"lib-core.maps","version":"0.3.0"}, + {"id":"lib-core.maps","version":"0.4.0"}, {"id":"lib-core.render","version":"0.1.0"}, {"id":"lib-core.camera","version":"0.3.0"}, {"id":"lib-core.selection","version":"0.1.0"},