From 723741e8ba3f4f3c179e244944d451f78c59c50d 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 6117e5b..e1aac6b 100644 --- a/manifest.module +++ b/manifest.module @@ -6,6 +6,6 @@ "entry_point": "init.lua", "deps": [ { "id": "lib-core.camera", "version": "0.3.0" }, - { "id": "lib-core.input", "version": "0.3.0" } + { "id": "lib-core.input", "version": "0.4.0" } ] }