diff options
| author | Mary-nyan <mary@mary.zone> | 2022-11-29 14:32:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-29 13:32:40 +0000 |
| commit | d41c95dcffb06cb915d20c9bcf2bf7c3a2636b31 (patch) | |
| tree | c5900c3ab1391e3b63b060bbced39524408813df /Ryujinx.Ava | |
| parent | fbf2b09706a55856c76aaf9051007eedf1f4b0ab (diff) | |
chore: Update OpenTK to 4.7.5 (#3944)
Diffstat (limited to 'Ryujinx.Ava')
| -rw-r--r-- | Ryujinx.Ava/Ryujinx.Ava.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Ava/Ryujinx.Ava.csproj b/Ryujinx.Ava/Ryujinx.Ava.csproj index 9818914c..0edad85d 100644 --- a/Ryujinx.Ava/Ryujinx.Ava.csproj +++ b/Ryujinx.Ava/Ryujinx.Ava.csproj @@ -30,7 +30,7 @@ <PackageReference Include="FluentAvaloniaUI" Version="1.4.5" /> <PackageReference Include="XamlNameReferenceGenerator" Version="1.4.2" /> - <PackageReference Include="OpenTK.Core" Version="4.7.2" /> + <PackageReference Include="OpenTK.Core" Version="4.7.5" /> <PackageReference Include="Ryujinx.Audio.OpenAL.Dependencies" Version="1.21.0.1" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'" /> <PackageReference Include="Ryujinx.Graphics.Nvdec.Dependencies" Version="5.0.1-build10" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'" /> <PackageReference Include="Silk.NET.Vulkan" Version="2.10.1" /> |
