From 9ab312fba063e9fb0efe224a536f9bfb9605a836 Mon Sep 17 00:00:00 2001 From: Ramsey Nasser Date: Sat, 1 Apr 2017 11:34:36 -0700 Subject: [PATCH] Include OSX cimgui binaries in builds --- src/ImGui.NET/ImGui.NET.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ImGui.NET/ImGui.NET.csproj b/src/ImGui.NET/ImGui.NET.csproj index 1039601..edb07a9 100644 --- a/src/ImGui.NET/ImGui.NET.csproj +++ b/src/ImGui.NET/ImGui.NET.csproj @@ -32,5 +32,9 @@ runtimes/ubuntu.14.04-x64/native true + + runtimes/osx.10.10-x64/native + true + \ No newline at end of file