From dcbdc6527601e03d8b9fc16e42f5dfd2affe346e Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Fri, 22 May 2026 00:15:02 +0200 Subject: [PATCH] Bump dep on lib-core.maps to 0.3.0 Required after the maps lib's 0.3.0 rewrite for paired-PNG atlases. rts-prototype's legacy *.tilemap.json color-only fixture still loads fine through the v1 auto-upgrade path; rendering uses render-lib's color-rect draw_map and does not require atlas textures. Co-Authored-By: Claude Opus 4.7 (1M context) --- manifest.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.module b/manifest.module index e8cc489..aedcc6b 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.2.0"}, + {"id": "lib-core.maps", "version": "0.3.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"},