Skip to content

Commit 15753d5

Browse files
committed
ImGui-SFML 2.5
Small release to fix broken vcpkg package (see microsoft/vcpkg#21530) * Remove type alias for ImTextureID (#186) (thanks, @JackBoosY)
1 parent b9a2035 commit 15753d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1)
22

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

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ImGui-SFML v2.4
1+
ImGui-SFML v2.5
22
=======
33
[![build Actions Status](https://github.com/eliasdaler/imgui-sfml/workflows/build/badge.svg)](https://github.com/eliasdaler/imgui-sfml/actions)
44

0 commit comments

Comments
 (0)