removed imnodes

This commit is contained in:
2024-07-30 02:18:01 +03:00
parent 2e1fcb9536
commit b336027743
5 changed files with 1 additions and 112 deletions

View File

@@ -16,7 +16,7 @@ SRC_CPP="$(find src -name '*.cpp')"
# See cbuild/example_dependency_configs
DEPENDENCY_CONFIGS_DIR='dependencies'
# List of dependency config files in DEPENDENCY_CONFIGS_DIR separated by space.
ENABLED_DEPENDENCIES='imnodes imgui precompiled'
ENABLED_DEPENDENCIES='imgui precompiled'
# OBJDIR structure:
# ├── objects/ - Compiled object files. Cleans on each call of build task