feat(gui): add toolbar widget

This commit is contained in:
asrael 2026-03-07 07:12:32 -06:00
parent afc063b2ab
commit b42bf74472
51 changed files with 2191 additions and 1461 deletions

View file

@ -4,7 +4,7 @@
#include "pxl8_types.h"
#define PXL8_QUEUE_CAPACITY 256
#define PXL8_QUEUE_CAPACITY 512
typedef struct pxl8_queue {
void* items[PXL8_QUEUE_CAPACITY];