Skip to content

Commit

Permalink
Merge pull request #25 from krogenth/update-imgui
Browse files Browse the repository at this point in the history
Update imgui
  • Loading branch information
krogenth authored Feb 3, 2023
2 parents 45ff1e2 + a24b49b commit 8881b19
Show file tree
Hide file tree
Showing 206 changed files with 366 additions and 88,994 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "libs/json"]
path = libs/json
url = https://github.com/nlohmann/json.git
[submodule "libs/imgui"]
path = libs/imgui
url = https://github.com/ocornut/imgui.git
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@
"any": "cpp",
"clocale": "cpp",
"csignal": "cpp",
"valarray": "cpp"
"valarray": "cpp",
"compare": "cpp",
"format": "cpp"
}
}
1 change: 1 addition & 0 deletions libs/imgui
Submodule imgui added at d73e32
24 changes: 0 additions & 24 deletions libs/imgui/.editorconfig

This file was deleted.

30 changes: 0 additions & 30 deletions libs/imgui/.gitattributes

This file was deleted.

1 change: 0 additions & 1 deletion libs/imgui/.github/FUNDING.yml

This file was deleted.

46 changes: 0 additions & 46 deletions libs/imgui/.github/issue_template.md

This file was deleted.

6 changes: 0 additions & 6 deletions libs/imgui/.github/pull_request_template.md

This file was deleted.

Loading

0 comments on commit 8881b19

Please sign in to comment.