From e74f89251b56d7b1d374afed01a5b58fa2f49059 Mon Sep 17 00:00:00 2001 From: Jason Elie Bou Kheir <5115126+jasonboukheir@users.noreply.github.com> Date: Wed, 24 Jul 2024 10:28:17 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4f2171c..3824f0d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Blinq ===== +> **IMPORTANT**: Blinq is no longer being developed because of limitations to recursive generics. Instead, I recommend taking a look at the [LinqGen](https://github.com/cathei/LinqGen) project. + Burst Compatible, deferred, stack-allocated LINQ extensions for `NativeArray`. Installation