Skip to content

Commit 7c5c323

Browse files
authored
Merge pull request #428 from ImGuiNET/f/remove-vmruntime-dep
Remove vmruntime dep
2 parents a51c982 + b365429 commit 7c5c323

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

deps/cimgui/win-arm64/cimgui.dll

183 KB
Binary file not shown.

deps/cimgui/win-x64/cimgui.dll

213 KB
Binary file not shown.

deps/cimgui/win-x86/cimgui.dll

175 KB
Binary file not shown.

src/ImGui.NET/ImGui.NET.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>A .NET wrapper for the Dear ImGui library.</Description>
4-
<AssemblyVersion>1.89.9.1</AssemblyVersion>
4+
<AssemblyVersion>1.89.9.2</AssemblyVersion>
55
<Authors>Eric Mellino</Authors>
66
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)