diff options
-rw-r--r-- | docs/build-matrix.html | 20 | ||||
-rw-r--r-- | docs/packages.json | 1 |
2 files changed, 16 insertions, 5 deletions
diff --git a/docs/build-matrix.html b/docs/build-matrix.html index 8a465ce..83d6e41 100644 --- a/docs/build-matrix.html +++ b/docs/build-matrix.html @@ -2158,6 +2158,16 @@ feel free to submit a pull request. </tr> <tr> + <th class="row">libqrencode</th> + <td>4.0.0</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="unsupported">✗</td> + </tr> + +<tr> <th class="row">librosco</th> <td>0.1.11</td> <td class="supported">✓</td> @@ -4539,14 +4549,14 @@ feel free to submit a pull request. <tr> <th class="row" colspan="2"> -Total: 439 +Total: 440 <br>(+7 virtual +4 native-only) </th> -<th>433</th> -<th>349</th> -<th>419</th> -<th>349</th> +<th>434</th> +<th>350</th> +<th>420</th> +<th>350</th> <th>24</th> </tr> </tbody> diff --git a/docs/packages.json b/docs/packages.json index a8d1179..8c73d28 100644 --- a/docs/packages.json +++ b/docs/packages.json @@ -211,6 +211,7 @@ "libpaper": {"version": "1.1.24+nmu4", "website": "https://packages.debian.org/unstable/libpaper1", "description": ""}, "libplist": {"version": "1.12", "website": "https://github.com/libimobiledevice/libplist", "description": ""}, "libpng": {"version": "1.6.34", "website": "http://www.libpng.org/", "description": ""}, + "libqrencode": {"version": "4.0.0", "website": "https://fukuchi.org/works/qrencode/", "description": "a fast and compact QR Code encoding library"}, "librosco": {"version": "0.1.11", "website": "https://github.com/colinbourassa/librosco/", "description": ""}, "librsvg": {"version": "2.40.5", "website": "https://librsvg.sourceforge.io/", "description": ""}, "librtmp": {"version": "a107cef", "website": "https://rtmpdump.mplayerhq.hu/", "description": ""}, |