Skip to content

Commit de565ac

Browse files
authored
ImGui-SFML 2.6 (#252)
1 parent 44eacdf commit de565ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
22

33
project(imgui_sfml
44
LANGUAGES CXX
5-
VERSION 2.5
5+
VERSION 2.6
66
)
77

88
# In CMake 3.12+ this policy will automatically take the ImGui_ROOT and SFML_ROOT environment variables

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ImGui-SFML v2.5
2-
=======
1+
ImGui-SFML
2+
==========
33

44
Library which allows you to use [Dear ImGui](https://github.com/ocornut/imgui) with [SFML](https://github.com/SFML/SFML)
55

0 commit comments

Comments
 (0)