From 95357ce7efe6eb64ad0e3378fcc62a4bef151f99 Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Thu, 5 Mar 2026 12:40:08 +0100 Subject: [PATCH] add harfbuzz --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 299f834..1004944 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md). * [Microcontroller Tools and Libraries](#microcontroller-tools-and-libraries) * [Service Monitoring](#service-monitoring) * [Libraries](#libraries) + * [C](#C) * [Rust](#rust) * [CSS](#css) * [Game Engines](#game-engines) @@ -137,6 +138,12 @@ Depending on your needs and technical concerns, you may find any number of diffe ### Libraries +#### C + +| Name | Alternative(s) | Evidence | Notes | +|---|---|---|---| +| [harfbuzz](https://github.com/harfbuzz/harfbuzz) | Not realistically replaceable currently, use earlier version. | [Core developer enthusiastically discloses LLM usage](https://mastodon.social/@behdad@typo.social/116172838611778656) | | + #### Rust | Name | Alternative(s) | Evidence | Notes |