feat(gui): add toolbar widget
This commit is contained in:
parent
afc063b2ab
commit
b42bf74472
51 changed files with 2191 additions and 1461 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue