WIP: lunasvg implementation, things stopped working

This commit is contained in:
2026-03-03 14:01:22 -05:00
parent 19bf78d635
commit 2703bbd901
80 changed files with 38694 additions and 12 deletions

View File

@@ -7,6 +7,7 @@
// like which text field is focused or which dropdown is open.
#include "ui/ui_core.h"
#include "ui/ui_icons.h"
#include "platform/platform.h"
////////////////////////////////
@@ -89,6 +90,9 @@ void ui_text_input_reset_display_bufs();
// Widgets
// All IDs must be unique string literals (passed to CLAY_ID internally).
// Icon element (rendered via icon atlas)
void ui_icon(UI_IconID icon, F32 size, Clay_Color color);
// Simple label
void ui_label(const char *id, const char *text);