Add DrawLine to DrawList
Fix Text Separator Alignment
This commit is contained in:
2025-03-04 10:22:28 +01:00
parent e6495d70b1
commit c9e14ad08f
7 changed files with 53 additions and 823 deletions

View File

@ -52,7 +52,7 @@ execute_process(
)
# Set Project
project(palladium LANGUAGES C CXX VERSION 0.2.4)
project(palladium LANGUAGES C CXX VERSION 0.2.5)
option(PD_BUILD_TESTS "Sets if TestApp and TestBench get build" OFF)