MemoryPack 패키지 추가

NuGetForUnity에서 추가
This commit is contained in:
2025-10-23 02:23:17 +09:00
parent 7b54d1a7d6
commit f3cd2cae9b
55 changed files with 7389 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MemoryPack.Generator</id>
<version>1.21.4</version>
<authors>Cysharp</authors>
<developmentDependency>true</developmentDependency>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>Icon.png</icon>
<projectUrl>https://github.com/Cysharp/MemoryPack</projectUrl>
<description>Code generator for MemoryPack.</description>
<copyright>© Cysharp, Inc.</copyright>
<tags>serializer</tags>
<repository type="git" url="https://github.com/Cysharp/MemoryPack" commit="0f2fe0827907940768293b7bb81b9605a7d8cba8" />
</metadata>
</package>