Compare commits

..

No commits in common. "a99f5b56c20129a18e584dbea9f990134b8059ea" and "a42bb2ab40a4e2df88a86bf17c84e2ee4c7c9606" have entirely different histories.

View File

@ -23,8 +23,7 @@ def _git_cook(env: Environment, repo: dict, options: dict) -> dict:
os.path.join(repo['checkout_root'], 'imgui.cpp'), os.path.join(repo['checkout_root'], 'imgui.cpp'),
os.path.join(repo['checkout_root'], 'imgui_draw.cpp'), os.path.join(repo['checkout_root'], 'imgui_draw.cpp'),
os.path.join(repo['checkout_root'], 'imgui_tables.cpp'), os.path.join(repo['checkout_root'], 'imgui_tables.cpp'),
os.path.join(repo['checkout_root'], 'imgui_widgets.cpp'), os.path.join(repo['checkout_root'], 'imgui_widgets.cpp')
os.path.join(repo['checkout_root'], 'misc/cpp/imgui_stdlib.cpp')
] ]
for backend in chain(env.get('IMGUI_BACKENDS', []), options.get('backends', [])): for backend in chain(env.get('IMGUI_BACKENDS', []), options.get('backends', [])):