Skip to content

Commit

Permalink
Merge pull request #428 from ImGuiNET/f/remove-vmruntime-dep
Browse files Browse the repository at this point in the history
Remove vmruntime dep
  • Loading branch information
zaafar committed Sep 23, 2023
2 parents a51c982 + b365429 commit 7c5c323
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified deps/cimgui/win-arm64/cimgui.dll
Binary file not shown.
Binary file modified deps/cimgui/win-x64/cimgui.dll
Binary file not shown.
Binary file modified deps/cimgui/win-x86/cimgui.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ImGui.NET/ImGui.NET.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>A .NET wrapper for the Dear ImGui library.</Description>
<AssemblyVersion>1.89.9.1</AssemblyVersion>
<AssemblyVersion>1.89.9.2</AssemblyVersion>
<Authors>Eric Mellino</Authors>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit 7c5c323

Please sign in to comment.