diff --git a/CMakeLists.txt b/CMakeLists.txt index 17d056b..53500fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1) project(imgui_sfml LANGUAGES CXX - VERSION 2.0 + VERSION 2.1 ) # In CMake 3.13+ this policy enables you to define normal variables with option names as if you defined @@ -104,7 +104,7 @@ if(NOT IMGUI_SFML_USE_DEFAULT_CONFIG) PUBLIC $ ) - + if (IMGUI_SFML_CONFIG_INSTALL_DIR) target_include_directories(ImGui-SFML PUBLIC diff --git a/README.md b/README.md index bd5a041..77ff5d7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -ImGui + SFML v2.0 +ImGui + SFML v2.1 ======= Library which allows you to use [ImGui](https://github.com/ocornut/imgui) with [SFML](https://github.com/SFML/SFML) diff --git a/conanfile.py b/conanfile.py index 42ca35b..1632c7d 100644 --- a/conanfile.py +++ b/conanfile.py @@ -33,7 +33,7 @@ class ImguiSfmlConan(ConanFile): """ name = 'imgui-sfml' - version = '2.0.2' + version = '2.1' description = 'ImGui binding for use with SFML' topics = ('conan', 'sfml', 'gui', 'imgui') url = 'https://github.com/eliasdaler/imgui-sfml'