diff options
| author | jakubtomsu <66876057+jakubtomsu@users.noreply.github.com> | 2024-03-26 19:26:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-26 19:26:26 +0100 |
| commit | 5e95005de41f83bd51c12e454240a8d5f5ce246a (patch) | |
| tree | 4ff189965bc670328efccf956aff4590a1ca5af6 | |
| parent | 27b39b16379392a2024ee74d7f5469e603a742ae (diff) | |
Add logo to the README
| -rw-r--r-- | README.md | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -1,8 +1,15 @@ -# Sokol +<p align="center"> + <img src="assets/logo_full_large.png" style="width: 60%" /> + </br> + </br> + Simple + <a href="https://github.com/nothings/stb/blob/master/docs/stb_howto.txt">STB-style</a> + cross-platform libraries for C and C++, written in C. + </br> + </br> +</p> -Simple -[STB-style](https://github.com/nothings/stb/blob/master/docs/stb_howto.txt) -cross-platform libraries for C and C++, written in C. +# Sokol [**See what's new**](https://github.com/floooh/sokol/blob/master/CHANGELOG.md) (**29-Feb-2024**: **BREAKING CHANGES** 'unified render pass' cleanup in sokol_gfx.h) |