Skip to content

Commit 76cbc64

Browse files
committed
v1.6.3
1 parent 80206fb commit 76cbc64

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.18)
2-
project(imgui_bundle VERSION "1.6.2") # Remember to mirror changes to pyproject.toml!
2+
project(imgui_bundle VERSION "1.6.3") # Remember to mirror changes to pyproject.toml!
33

44
# imgui_bundle_build_lib contains the main logic to build imgui_bundle
55
set(IMGUI_BUNDLE_PATH ${CMAKE_CURRENT_LIST_DIR} CACHE STRING "" FORCE)

external/hello_imgui/hello_imgui

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ build-backend = "scikit_build_core.build"
1010

1111
[project]
1212
name = "imgui-bundle"
13-
version = "1.6.2" # Remember to mirror changes on line 2 of main CMakeLists!
14-
description="Dear ImGui Bundle: easily create ImGui applications in Python and C++. Batteries included!"
13+
version = "1.6.3" # Remember to mirror changes on line 2 of main CMakeLists!
14+
description="Dear ImGui Bundle: From expressive code to powerful GUIs in no time. A fast, feature-rich, cross-platform toolkit for C++ and Python."
1515
readme = "bindings/imgui_bundle/Readme_pypi.md"
1616
authors = [ { name = "Pascal Thomet", email = "[email protected]" } ]
1717
requires-python = ">=3.10"

0 commit comments

Comments
 (0)