Merge pull request #26583 from akien-mga/stb-truetype-1.21-vorbis-1.15

stb: Update to upstream stb_truetype 1.21 and stb_vorbis 1.15
This commit is contained in:
Rémi Verschelde
2019-03-04 15:12:10 +01:00
committed by GitHub
3 changed files with 84 additions and 38 deletions

View File

@@ -396,11 +396,11 @@ Collection of single-file libraries used in Godot components.
* License: zlib
- `stb_truetype.h`
* Upstream: https://github.com/nothings/stb
* Version: 1.19
* Version: 1.21
* License: Public Domain (Unlicense) or MIT
- `stb_vorbis.c`
* Upstream: https://github.com/nothings/stb
* Version: 1.14
* Version: 1.15
* License: Public Domain (Unlicense) or MIT