Skip to content

Commit ed7d289

Browse files
authored
Merge pull request #40 from smoogipoo/fix-vulkan-init
Fix Vulkan load by using our fork
2 parents a61b647 + a876b7c commit ed7d289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Veldrid/Veldrid.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<ItemGroup>
3030
<PackageReference Include="NativeLibraryLoader" Version="$(NativeLibraryLoaderVersion)" />
3131

32-
<PackageReference Include="Vk" Version="1.0.25" Condition="'$(ExcludeVulkan)' != 'true'" />
32+
<PackageReference Include="ppy.Vk" Version="1.0.26" Condition="'$(ExcludeVulkan)' != 'true'" />
3333

3434
<PackageReference Include="Vortice.D3DCompiler" Version="$(VorticeWindowsVersion)" Condition="'$(ExcludeD3D11)' != 'true'" />
3535
<PackageReference Include="Vortice.Direct3D11" Version="$(VorticeWindowsVersion)" Condition="'$(ExcludeD3D11)' != 'true'" />

0 commit comments

Comments
 (0)