From 904c9fb29d384ffe9f8a49149a2df43f93d8862f Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Fri, 15 May 2026 22:14:24 +0200 Subject: [PATCH] =?UTF-8?q?deps:=20bump=20lib-core.input=20dep=200.3.0=20?= =?UTF-8?q?=E2=86=92=200.4.0=20(P.3.10=20cascade)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No behavioral change. Only 0.4.0 is now available. --- manifest.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.module b/manifest.module index 965da8d..0c7fb65 100644 --- a/manifest.module +++ b/manifest.module @@ -6,7 +6,7 @@ "entry_point": "init.lua", "deps": [ { "id": "lib-core.selection", "version": "0.1.0" }, - { "id": "lib-core.input", "version": "0.3.0" }, + { "id": "lib-core.input", "version": "0.4.0" }, { "id": "lib-core.camera", "version": "0.3.0" } ] }