diff options
| author | Andre Weissflog <floooh@gmail.com> | 2024-03-27 10:53:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-27 10:53:56 +0100 |
| commit | 646a3aff316d7b35e4473a9c842c4755b80e2baf (patch) | |
| tree | 4ff189965bc670328efccf956aff4590a1ca5af6 /README.md | |
| parent | 3853a86b50a9b5bf890171d1bd830c73f9e699e1 (diff) | |
| parent | 5e95005de41f83bd51c12e454240a8d5f5ce246a (diff) | |
Merge pull request #1016 from jakubtomsu/create-logo-assets
Add logo assets
Diffstat (limited to 'README.md')
| -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) |