diff options
author | rtk0c <[email protected]> | 2022-04-17 20:08:57 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-04-17 20:08:57 -0700 |
commit | 5424a1d5434e3ddd911a504719918c2df027e2fd (patch) | |
tree | 6275aab13140d81dcc46c8290e73ac9a8bbb5605 /3rdparty/imgui/README.md | |
parent | afcac59c7d04f4337d6b04ebed8cac7e871ccc50 (diff) |
Changeset: 8 Initial work on sprites and texture system
Diffstat (limited to '3rdparty/imgui/README.md')
-rw-r--r-- | 3rdparty/imgui/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3rdparty/imgui/README.md b/3rdparty/imgui/README.md new file mode 100644 index 0000000..803ac03 --- /dev/null +++ b/3rdparty/imgui/README.md @@ -0,0 +1,5 @@ +## Source +Version: v1.87 +https://github.com/ocornut/imgui/commit/c71a50deb5ddf1ea386b91e60fa2e4a26d080074 ++ Only relevant sources are here ++ Applied patch to expose more internal APIs (see each file) |