From a218ddfa9434201aaca207ea9c8e87fea91a0757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 2 Jun 2022 22:14:25 +0200 Subject: [PATCH] doc: add WebP to the file format list. Unfortunately libwebp is neither tiny nor bundleable (on Arch it uses a Makefile and needs freeglut to build, what the hell?), so it gets a red flag. --- doc/file-formats.dox | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/file-formats.dox b/doc/file-formats.dox index b8e90da0a..7072705d1 100644 --- a/doc/file-formats.dox +++ b/doc/file-formats.dox @@ -276,6 +276,17 @@ Together with @ref file-formats-scene-importers "scene importers" derived from external LGPLv2.1 + + + +WebP (`*.webp`) +`WebPImporter` +@relativeref{Trade,WebPImporter} +@ref Trade-WebPImporter-behavior "minor" +external +BSD 3-clause + + @endparblock