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

Apply master changes and fix utf8 buffer naming

This commit is contained in:
Rgebee 2023-08-13 10:28:05 +01:00
commit a0d662a352
18 changed files with 102 additions and 65 deletions

View file

@ -32,7 +32,7 @@
</PropertyGroup>
<ItemGroup>
<None Include="../Logo/raylib-cs_64x64.png" Pack="true" PackagePath="" />
<None Include="logo/raylib-cs_64x64.png" Pack="true" PackagePath="" />
<None Include="../README.md" Pack="true" PackagePath="" />
</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\Utf8Buffer.cs" />
<Compile Include="types\native\FilePathList.cs" />
</ItemGroup>
</Project>