feat: color picker

This commit is contained in:
beriff
2026-03-07 22:25:28 +07:00
parent 3a292ea351
commit e48858defe
9 changed files with 385 additions and 21 deletions

View File

@@ -20,6 +20,7 @@ src = files(
'src/core/raster.c',
'src/ui/uicontroller.c',
'src/ui/vektorcanvas.c',
'src/ui/widgets/colorwheel.c',
'src/application/applicationstate.c'
)