Gitignore zig crap

This commit is contained in:
2026-05-05 23:14:53 +02:00
parent c7897e55a8
commit 823d0ae29b
1533 changed files with 19 additions and 642271 deletions

View File

@ -1,22 +0,0 @@
## style: default
raylib style, simple and easy-to-use. Light colors, wide borders, a sophisticated touch.
![default style table](style_default.png)
## style: provided files
Several options are provided to add the style to a `raygui` application, choose the one that better fits the project.
| file name | description |
| :-------- | :---------- |
| `style_default.txt.rgs` | Text style file, no font data, uses raylib default font |
| `style_default.png` | Style table image, contains `rGSf` chunk with binary `rgs` file data |
## screenshot
![default style screen](screenshot.png)
## about font
raylib font by Ramon Santamaria ([@raysan5](https://github.com/raysan5)).