Skip to content

Commit

Permalink
ImGui-SFML 2.5
Browse files Browse the repository at this point in the history
Small release to fix broken vcpkg package (see microsoft/vcpkg#21530)
* Remove type alias for ImTextureID (#186) (thanks, @JackBoosY)
  • Loading branch information
eliasdaler committed Dec 7, 2021
1 parent b9a2035 commit 15753d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 15753d5

Please sign in to comment.