From b79dd8e472f1be0a85ea994e1f09516ba99693a6 Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Thu, 21 May 2026 16:14:20 +0200 Subject: [PATCH] Bump dep on lib-core.maps to 0.2.0 Co-Authored-By: Claude Opus 4.7 (1M context) --- manifest.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.module b/manifest.module index d37a093..3934375 100644 --- a/manifest.module +++ b/manifest.module @@ -6,7 +6,7 @@ "ci_frames": 30, "entry_point": "init.lua", "deps": [ - {"id":"lib-core.maps","version":"0.1.2"}, + {"id":"lib-core.maps","version":"0.2.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"}, @@ -15,4 +15,4 @@ {"id":"lib-core.interaction","version":"0.1.0"}, {"id":"lib-core.command","version":"0.1.0"} ] -} \ No newline at end of file +}