added zlinq

This commit is contained in:
Sebastian Bularca
2026-04-02 07:43:33 +02:00
parent 81b8eadaf1
commit 36d3f112ef
52 changed files with 3430 additions and 17 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "com.cysharp.zlinq",
"displayName": "ZLinq",
"author": { "name": "Cysharp, Inc.", "url": "https://cysharp.co.jp/en/" },
"version": "1.5.5",
"unity": "2021.3",
"description": "Zero allocation LINQ with Span and LINQ to SIMD, LINQ to Tree(FileSystem, GameObject, etc...) for all .NET platforms and Unity.",
"keywords": [ "LINQ" ],
"license": "MIT",
"category": "Scripting"
}