Watch
2
0
Fork
You've already forked raylib-cs
0

Seperate UTF8 from Ansi

This commit is contained in:
Nickolas McDonald 2023-08-11 15:43:15 -04:00
commit be61ce992b
5 changed files with 102 additions and 49 deletions

View file

@ -38,7 +38,7 @@
<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
@ -53,7 +53,8 @@
<Compile Include="interop\*.cs" />
<Compile Include="types\*.cs" />
<Compile Include="types\native\CBool.cs" />
<Compile Include="types\native\UTF8Buffer.cs" />
<Compile Include="types\native\AnsiBuffer.cs" />
<Compile Include="types\native\FilePathList.cs" />
<Compile Include="types\native\UTF8Buffer.cs" />
</ItemGroup>
</Project>