replaced imgui with cimgui shared lib to use with c# bindings
This commit is contained in:
5
dependencies/src-csharp.config
vendored
5
dependencies/src-csharp.config
vendored
@@ -6,4 +6,7 @@ if [[ "$TASK" = *_dbg ]]; then
|
||||
fi
|
||||
DEP_BUILD_COMMAND=$"dotnet build src-csharp.sln -o bin -c $CS_CONFIGURATION"
|
||||
DEP_CLEAN_COMMAND='rm -rf bin obj'
|
||||
DEP_OTHER_OUT_FILES='bin/Ougge.dll'
|
||||
DEP_OTHER_OUT_FILES='bin/Ougge.dll
|
||||
bin/Tomlyn.dll
|
||||
bin/Hexa.NET.ImGui.dll
|
||||
bin/HexaGen.Runtime.dll'
|
||||
|
||||
Reference in New Issue
Block a user