From 2286704ed3a2037329c9a680f98e5f5be1765772 Mon Sep 17 00:00:00 2001 From: player-03 Date: Mon, 6 Jun 2022 20:51:42 -0400 Subject: [PATCH] Add HashLink to the list of submodules. --- project/lib/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/project/lib/README.md b/project/lib/README.md index db08a81d0..72749c095 100644 --- a/project/lib/README.md +++ b/project/lib/README.md @@ -8,6 +8,7 @@ Lime includes code from several other C/C++ libraries, listed below. Lime prefer - **efsw** | [primary repo](https://github.com/SpartanJ/efsw) - [**FreeType**](https://freetype.org/) | [primary repo](https://gitlab.freedesktop.org/freetype/freetype) | [GitHub mirror](https://github.com/freetype/freetype) - [**HarfBuzz**](https://harfbuzz.github.io/) | [primary repo](https://github.com/harfbuzz/harfbuzz) +- [**HashLink**](https://hashlink.haxe.org/) | [primary repo](https://github.com/HaxeFoundation/hashlink) - [**libjpeg-turbo**](https://www.libjpeg-turbo.org/) | [primary repo](https://github.com/libjpeg-turbo/libjpeg-turbo) - **LZMA** | [download](https://www.7-zip.org/sdk.html) | [unofficial GitHub mirror](https://github.com/openfl/liblzma) - [**mbed TLS**](https://tls.mbed.org/) | [primary repo](https://github.com/Mbed-TLS/mbedtls)