Cysharp / Utf8StringInterpolation

Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.
MIT License
157 stars 9 forks source link

Fix polysharp reference #10

Closed hadashiA closed 11 months ago

hadashiA commented 11 months ago

We will support for Unity, so will stop using Polysharp for portability.

Polysharp does not expose the dependencies to outside. The problem was that the current reference was not a PrivateAsset, so I fixed that ><