You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
449 B
25 lines
449 B
{ |
|
"buildOptions": { |
|
"allowUnsafe": true, |
|
"emitEntryPoint": true, |
|
"debugType": "portable" |
|
}, |
|
"dependencies": { |
|
"Microsoft.NETCore.App": { |
|
"version": "1.0.0" |
|
}, |
|
"ImGui.NET": { "target": "project" }, |
|
"OpenTK.NETCore": "1.1.2364.6424" |
|
}, |
|
"frameworks": { |
|
"netcoreapp1.0": {} |
|
}, |
|
"runtimes": { |
|
"win7-x64": {}, |
|
"ubuntu.14.04-x64": {} |
|
}, |
|
"content": [ |
|
"cimgui.dll", |
|
"cimgui.so" |
|
] |
|
}
|
|
|