|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
{ |
|
|
|
|
"version": "0.1.0-*", |
|
|
|
|
"version": "0.1.3-*", |
|
|
|
|
"description": "A .NET wrapper for the dear ImGui library.", |
|
|
|
|
"projectUrl": "https://github.com/mellinoe/imgui.net", |
|
|
|
|
"authors": [ |
|
|
|
@ -23,6 +23,7 @@ |
|
|
|
|
}, |
|
|
|
|
"packInclude": { |
|
|
|
|
"runtimes/win7-x64/native/": "../../deps/cimgui/win7-x64/cimgui.dll", |
|
|
|
|
"runtimes/ubuntu14.04-x64/native/": "../../deps/cimgui/ubuntu14.04-x64/cimgui.so" |
|
|
|
|
"runtimes/ubuntu.14.04-x64/native/": "../../deps/cimgui/ubuntu14.04-x64/cimgui.so", |
|
|
|
|
"runtimes/ubuntu.15.04-x64/native/": "../../deps/cimgui/ubuntu14.04-x64/cimgui.so" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|