From 1f68fe78e84f25c8ddacdc37a293a5de31725bab Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 1 Jan 2022 13:01:08 +0000 Subject: First iteration with font/text support --- iwyu.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'iwyu.json') diff --git a/iwyu.json b/iwyu.json index fb07160..8141d67 100644 --- a/iwyu.json +++ b/iwyu.json @@ -15,6 +15,14 @@ "public" ] }, + { + "include": [ + "@\"freetype/.*\"", + "private", + "", + "public" + ] + }, { "include": [ "@", @@ -119,6 +127,14 @@ "public" ] }, + { + "symbol": [ + "FT_FREETYPE_H", + "private", + "", + "public" + ] + }, { "symbol": [ "std::abs", -- cgit v1.2.3