Add support for Wayland.

This commit is contained in:
Matthias Mailänder
2023-06-11 23:47:01 +02:00
committed by Matthias Mailänder
parent bdbb651b98
commit 590976a8e7
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj" />
<PackageReference Include="OpenRA-Freetype6" Version="1.0.11" />
<PackageReference Include="OpenRA-OpenAL-CS" Version="1.0.21" />
<PackageReference Include="OpenRA-SDL2-CS" Version="1.0.39" />
<PackageReference Include="OpenRA-SDL2-CS" Version="1.0.40" />
</ItemGroup>
<ItemGroup>
<Content Include="OpenRA.Platforms.Default.dll.config" Condition="'$(TargetPlatform)' != 'win-x64' And '$(TargetPlatform)' != 'win-x86'">

View File

@@ -21,7 +21,7 @@
</AssemblyAttribute>
</ItemGroup>
<ItemGroup>
<PackageReference Include="OpenRA-SDL2-CS" Version="1.0.39" />
<PackageReference Include="OpenRA-SDL2-CS" Version="1.0.40" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj" />