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

chore: merge from main

This commit is contained in:
tiger tiger tiger 2026-07-17 07:42:01 +02:00
commit 80d831b617

View file

@ -55,11 +55,8 @@
<ItemGroup Condition="'$(UseRaylibCsPackage)' != 'true'"> <ItemGroup Condition="'$(UseRaylibCsPackage)' != 'true'">
<ProjectReference Include="..\Raylib-cs\Raylib-cs.csproj"/> <ProjectReference Include="..\Raylib-cs\Raylib-cs.csproj"/>
</ItemGroup> </ItemGroup>
<Import Project="..\Raylib-cs\Raylib-cs.targets" Condition="'$(UseRaylibCsPackage)' != 'true'"/>
<ItemGroup Condition="'$(UseRaylibCsPackage)' == 'true'"> <Import Project="..\Raylib-cs\Raylib-cs.targets" Condition="'$(UseRaylibCsPackage)' != 'true'"/>
<PackageReference Include="Raylib-cs" Version="$(RaylibCsVersion)"/>
</ItemGroup>
<ItemGroup Condition="'$(RuntimeIdentifier)' == 'browser-wasm'"> <ItemGroup Condition="'$(RuntimeIdentifier)' == 'browser-wasm'">
<WasmExtraFilesToDeploy Include="Web/index.html" TargetPath="index.html"/> <WasmExtraFilesToDeploy Include="Web/index.html" TargetPath="index.html"/>