From f3e4c37d9be8290d0c82efd7eb2594cfd8c8cff2 Mon Sep 17 00:00:00 2001 From: xingyuanfeng Date: Sat, 29 Jun 2024 14:11:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=92=91vulkan-loader=E7=8B=AC?= =?UTF-8?q?=E7=AB=8B=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xingyuanfeng --- bundle.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 1e713b76..667df8bc 100644 --- a/bundle.json +++ b/bundle.json @@ -17,7 +17,8 @@ "ram": "10000KB", "deps": { "components": [ - "hilog" + "hilog", + "init" ], "third_party": [ "vulkan-headers" -- Gitee