We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a61b647 + a876b7c commit ed7d289Copy full SHA for ed7d289
src/Veldrid/Veldrid.csproj
@@ -29,7 +29,7 @@
29
<ItemGroup>
30
<PackageReference Include="NativeLibraryLoader" Version="$(NativeLibraryLoaderVersion)" />
31
32
- <PackageReference Include="Vk" Version="1.0.25" Condition="'$(ExcludeVulkan)' != 'true'" />
+ <PackageReference Include="ppy.Vk" Version="1.0.26" Condition="'$(ExcludeVulkan)' != 'true'" />
33
34
<PackageReference Include="Vortice.D3DCompiler" Version="$(VorticeWindowsVersion)" Condition="'$(ExcludeD3D11)' != 'true'" />
35
<PackageReference Include="Vortice.Direct3D11" Version="$(VorticeWindowsVersion)" Condition="'$(ExcludeD3D11)' != 'true'" />
0 commit comments