From c4c9716d618f80e11e82bad305e17f3c955512a8 Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Mon, 9 Jun 2025 16:35:23 +0200 Subject: [PATCH] remove mqoi dependency in ugui manifest --- lib/ugui.c3l/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ugui.c3l/manifest.json b/lib/ugui.c3l/manifest.json index 8211665..813ed39 100644 --- a/lib/ugui.c3l/manifest.json +++ b/lib/ugui.c3l/manifest.json @@ -4,8 +4,8 @@ "targets" : { "linux-x64" : { "link-args" : [], - "dependencies" : ["schrift", "grapheme", "mqoi"], + "dependencies" : ["schrift", "grapheme"], "linked-libraries" : [] } } -} \ No newline at end of file +}