generate 256 palette

This commit is contained in:
Jake Stewart 2026-02-19 19:27:51 +08:00
parent c291194a4e
commit cc0a4ba756
7 changed files with 202 additions and 2 deletions

View file

@ -250,6 +250,7 @@ common = static_library(
misc = static_library(
'misc',
'hsl.c', 'hsl.h',
'lab.c', 'lab.h',
'macros.h',
'misc.c', 'misc.h',
'uri.c', 'uri.h',