From 9755e64ff13912bff78c8a336cb90a4952147455 Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Sun, 24 May 2026 00:53:39 +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 aedcc6b..f87b0be 100644 --- a/manifest.module +++ b/manifest.module @@ -6,7 +6,7 @@ "ci_frames": 60, "entry_point": "init.lua", "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.input", "version": "0.4.0"},