From 7baa5f7505ceceef6d09b348c4d5ed6d6569737c Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Wed, 10 Jun 2026 23:28:53 +0200 Subject: [PATCH] chore(deps): bump lib-core.render 0.1.0 to 0.2.0, declare lib-core.composition render 0.2.0 added a transitive dep on lib-core.composition. Engine resolver is strict-strcmp (no semver expansion), so consumers must declare every transitive lib in deps[]. --- manifest.module | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.module b/manifest.module index f3facb9..7e57c62 100644 --- a/manifest.module +++ b/manifest.module @@ -1,16 +1,17 @@ { "id": "rts-prototype", - "version": "0.1.0", + "version": "0.1.1", "kind": "module", "api": "^0.1", "ci_frames": 60, "entry_point": "init.lua", "deps": [ - {"id": "lib-core.maps", "version": "0.5.7"}, - {"id": "lib-core.render", "version": "0.1.0"}, - {"id": "lib-core.camera", "version": "0.3.0"}, - {"id": "lib-core.input", "version": "0.4.0"}, - {"id": "lib-core.selection", "version": "0.1.0"}, - {"id": "lib-core.command", "version": "0.1.0"} + {"id": "lib-core.maps", "version": "0.5.7"}, + {"id": "lib-core.render", "version": "0.2.0"}, + {"id": "lib-core.composition", "version": "0.1.0"}, + {"id": "lib-core.camera", "version": "0.3.0"}, + {"id": "lib-core.input", "version": "0.4.0"}, + {"id": "lib-core.selection", "version": "0.1.0"}, + {"id": "lib-core.command", "version": "0.1.0"} ] }