From 7984c709c6c3fbfdc0ac8ca292c771655cf52157 Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Thu, 14 May 2026 14:57:34 +0200 Subject: [PATCH] =?UTF-8?q?deps(P.3.6):=20camera=20dep=200.2.0=20=E2=86=92?= =?UTF-8?q?=200.3.0=20(additive=20bump,=20no=20test=20changes)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.module b/manifest.module index 8e0fb27..6117e5b 100644 --- a/manifest.module +++ b/manifest.module @@ -5,7 +5,7 @@ "api": "^0.1", "entry_point": "init.lua", "deps": [ - { "id": "lib-core.camera", "version": "0.2.0" }, + { "id": "lib-core.camera", "version": "0.3.0" }, { "id": "lib-core.input", "version": "0.3.0" } ] }