build.yml (imgui-1.86) | : | build.yml (imgui-1.87) | ||
---|---|---|---|---|
skipping to change at line 304 | skipping to change at line 304 | |||
cat > example_single_file.cpp <<'EOF' | cat > example_single_file.cpp <<'EOF' | |||
#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS | #define IMGUI_DISABLE_OBSOLETE_FUNCTIONS | |||
#define IMGUI_IMPLEMENTATION | #define IMGUI_IMPLEMENTATION | |||
#include "misc/single_file/imgui_single_file.h" | #include "misc/single_file/imgui_single_file.h" | |||
#include "examples/example_null/main.cpp" | #include "examples/example_null/main.cpp" | |||
EOF | EOF | |||
g++ -I. -Wall -Wformat -o example_single_file example_single_file.cpp | g++ -I. -Wall -Wformat -o example_single_file example_single_file.cpp | |||
- name: Build example_null (with IMGUI_DISABLE_OBSOLETE_KEYIO) | ||||
run: | | ||||
cat > example_single_file.cpp <<'EOF' | ||||
#define IMGUI_DISABLE_OBSOLETE_KEYIO | ||||
#define IMGUI_IMPLEMENTATION | ||||
#include "misc/single_file/imgui_single_file.h" | ||||
#include "examples/example_null/main.cpp" | ||||
EOF | ||||
g++ -I. -Wall -Wformat -o example_single_file example_single_file.cpp | ||||
- name: Build example_null (with IMGUI_DISABLE_DEMO_WINDOWS and IMGUI_DISABL E_METRICS_WINDOW) | - name: Build example_null (with IMGUI_DISABLE_DEMO_WINDOWS and IMGUI_DISABL E_METRICS_WINDOW) | |||
run: | | run: | | |||
cat > example_single_file.cpp <<'EOF' | cat > example_single_file.cpp <<'EOF' | |||
#define IMGUI_DISABLE_DEMO_WINDOWS | #define IMGUI_DISABLE_DEMO_WINDOWS | |||
#define IMGUI_DISABLE_METRICS_WINDOW | #define IMGUI_DISABLE_METRICS_WINDOW | |||
#define IMGUI_IMPLEMENTATION | #define IMGUI_IMPLEMENTATION | |||
#include "misc/single_file/imgui_single_file.h" | #include "misc/single_file/imgui_single_file.h" | |||
#include "examples/example_null/main.cpp" | #include "examples/example_null/main.cpp" | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 12 lines changed or added |