We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44eacdf commit de565acCopy full SHA for de565ac
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
2
3
project(imgui_sfml
4
LANGUAGES CXX
5
- VERSION 2.5
+ VERSION 2.6
6
)
7
8
# In CMake 3.12+ this policy will automatically take the ImGui_ROOT and SFML_ROOT environment variables
README.md
@@ -1,5 +1,5 @@
1
-ImGui-SFML v2.5
-=======
+ImGui-SFML
+==========
Library which allows you to use [Dear ImGui](https://github.com/ocornut/imgui) with [SFML](https://github.com/SFML/SFML)
0 commit comments