Skip to content

Commit 1b797d4

Browse files
committed
Update to latest Veldrid
1 parent 77e68ea commit 1b797d4

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

src/ImGui.NET.SampleProgram/ImGui.NET.SampleProgram.csproj

+2-6
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,10 @@
99

1010
<ItemGroup>
1111
<ProjectReference Include="..\ImGui.NET\ImGui.NET.csproj" />
12-
<PackageReference Include="Veldrid" Version="4.8.0" />
13-
<PackageReference Include="Veldrid.StartupUtilities" Version="4.8.0" />
12+
<PackageReference Include="Veldrid" Version="4.9.0" />
13+
<PackageReference Include="Veldrid.StartupUtilities" Version="4.9.0" />
1414
<ProjectReference Include="..\ImPlot.NET\ImPlot.NET.csproj" />
1515
</ItemGroup>
16-
17-
<ItemGroup>
18-
<RdXmlFile Include="rd.xml" />
19-
</ItemGroup>
2016

2117
<ItemGroup>
2218
<EmbeddedResource Include="Shaders/GLSL/imgui-vertex.glsl" LogicalName="imgui-vertex.glsl" />

src/ImGui.NET.SampleProgram/rd.xml

-11
This file was deleted.

0 commit comments

Comments
 (0)