We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aecc848 commit 6f5d1f1Copy full SHA for 6f5d1f1
deps/cimgui/osx-universal/cimgui.dylib renamed to deps/cimgui/osx/cimgui.dylib
src/ImGui.NET/ImGui.NET.csproj
@@ -41,8 +41,8 @@
41
<PackagePath>runtimes/linux-x64/native/libcimgui.so</PackagePath>
42
<Pack>true</Pack>
43
</Content>
44
- <Content Include="..\..\deps\cimgui\osx-universal\cimgui.dylib">
45
- <PackagePath>runtimes/osx-universal/native/libcimgui.dylib</PackagePath>
+ <Content Include="..\..\deps\cimgui\osx\cimgui.dylib">
+ <PackagePath>runtimes/osx/native/libcimgui.dylib</PackagePath>
46
47
48
<Content Include="build\net40\ImGui.NET.targets">
0 commit comments