Skip to content

Commit 47755aa

Browse files
committed
Update imgui submodule to v1.67 tag.
1 parent 57ed1f7 commit 47755aa

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ CMake cross platform module for building [Dear ImGui](https://github.com/ocornut
66
## Getting Started
77

88
```bash
9-
git clone https://github.com/giladreich/ImGui-CMake-Installer
10-
cd ImGui-CMake-Installer
11-
git submodule update --init --recursive
12-
13-
mkdir build && cd build
9+
git clone --recursive https://github.com/giladreich/ImGui-CMake-Installer
10+
cd ImGui-CMake-Installer && mkdir build && cd build
1411
cmake .. -DIMGUI_WITH_IMPL=OFF
1512
cmake --build . --config Release --target install
1613
```

imgui

Submodule imgui updated 67 files

0 commit comments

Comments
 (0)