Skip to content

Commit

Permalink
ImGui-SFML 2.6 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin authored Aug 16, 2023
1 parent 44eacdf commit de565ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)

project(imgui_sfml
LANGUAGES CXX
VERSION 2.5
VERSION 2.6
)

# In CMake 3.12+ this policy will automatically take the ImGui_ROOT and SFML_ROOT environment variables
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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)

Expand Down

0 comments on commit de565ac

Please sign in to comment.