Skip to content

Commit 28a721f

Browse files
Bump ImGui.NET from 1.86.0 to 1.87.2
Bumps [ImGui.NET](https://github.com/mellinoe/imgui.net) from 1.86.0 to 1.87.2. - [Release notes](https://github.com/mellinoe/imgui.net/releases) - [Commits](https://github.com/mellinoe/imgui.net/commits/v1.87.2) --- updated-dependencies: - dependency-name: ImGui.NET dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2075c6f commit 28a721f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/CSharp/OpenGL Demos/ImGui/ImGui.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="ImGui.NET" Version="1.86.0" />
10+
<PackageReference Include="ImGui.NET" Version="1.87.2" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

src/Lab/Experiments/ImGuiVulkan/ImGuiVulkan.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="ImGui.NET" Version="1.86.0" />
18+
<PackageReference Include="ImGui.NET" Version="1.87.2" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

src/OpenGL/Extensions/Silk.NET.OpenGL.Extensions.ImGui/Silk.NET.OpenGL.Extensions.ImGui.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<ProjectReference Include="..\..\..\Input\Silk.NET.Input.Common\Silk.NET.Input.Common.csproj" />
2020
<ProjectReference Include="..\..\Silk.NET.OpenGL\Silk.NET.OpenGL.csproj" />
2121
<ProjectReference Include="..\..\..\Windowing\Silk.NET.Windowing.Common\Silk.NET.Windowing.Common.csproj" />
22-
<PackageReference Include="ImGui.NET" Version="1.86.0" />
22+
<PackageReference Include="ImGui.NET" Version="1.87.2" />
2323
</ItemGroup>
2424

2525
<Import Project="..\..\..\..\build\props\common.props" />

src/OpenGL/Extensions/Silk.NET.OpenGLES.Extensions.ImGui/Silk.NET.OpenGLES.Extensions.ImGui.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<ProjectReference Include="..\..\..\Input\Silk.NET.Input.Common\Silk.NET.Input.Common.csproj" />
2424
<ProjectReference Include="..\..\Silk.NET.OpenGLES\Silk.NET.OpenGLES.csproj" />
2525
<ProjectReference Include="..\..\..\Windowing\Silk.NET.Windowing.Common\Silk.NET.Windowing.Common.csproj" />
26-
<PackageReference Include="ImGui.NET" Version="1.78.0" />
26+
<PackageReference Include="ImGui.NET" Version="1.87.2" />
2727
</ItemGroup>
2828

2929
<Import Project="..\..\..\..\build\props\common.props" />

0 commit comments

Comments
 (0)