From 4cb798bb20f41acca5872dd94a3a11f2ec0fbdb0 Mon Sep 17 00:00:00 2001 From: Elias Daler Date: Tue, 7 Dec 2021 14:11:28 +0300 Subject: [PATCH] ImGui-SFML 2.5 Small release to fix a broken vcpkg package (see microsoft/vcpkg#21530) * Remove type alias for ImTextureID (#186) (thanks, @JackBoosY) --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e200f66..fad29a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1) project(imgui_sfml LANGUAGES CXX - VERSION 2.4 + VERSION 2.5 ) # In CMake 3.12+ this policy will automatically take the ImGui_ROOT and SFML_ROOT environment variables diff --git a/README.md b/README.md index 3cca954..5f63ecf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -ImGui-SFML v2.4 +ImGui-SFML v2.5 ======= [![build Actions Status](/~https://github.com/eliasdaler/imgui-sfml/workflows/build/badge.svg)](/~https://github.com/eliasdaler/imgui-sfml/actions)