raylib-zig
raylib-zig copied to clipboard
Improve guiIconText function using comptime so we don't have to cast enum to int
I simply used comptime to allow passing of either the GuiIconName enum directly, or an integer.