# 0.2.6-1
- Fix TTF FOnt loader to support any size between 8 and 64 - Fix UI7 Image Custom SIze support - Add new Syste mfor Image buffer modification to image lib
This commit is contained in:
@ -52,7 +52,7 @@ execute_process(
|
||||
)
|
||||
|
||||
# Set Project
|
||||
project(palladium LANGUAGES C CXX VERSION 0.2.5)
|
||||
project(palladium LANGUAGES C CXX VERSION 0.2.6)
|
||||
|
||||
option(PD_BUILD_TESTS "Sets if TestApp and TestBench get build" OFF)
|
||||
|
||||
@ -80,6 +80,7 @@ source/core/timetrace.cpp)
|
||||
|
||||
## Image Source Code
|
||||
set(IMAGE_SRC
|
||||
source/image/img_edit.cpp
|
||||
source/image/img_blur.cpp
|
||||
source/image/img_convert.cpp)
|
||||
|
||||
|
Reference in New Issue
Block a user