diff options
author | bptato <nincsnevem662@gmail.com> | 2024-06-21 18:37:33 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-06-21 18:37:33 +0200 |
commit | 51ae4cc4ec4402f78bbda6de5207c60b6a1aaf86 (patch) | |
tree | 687e668736dd5c8638df45cc8342773069bcebf0 /res | |
parent | b8a21c2407a9898a538852098eca5658de5afd37 (diff) | |
download | chawan-51ae4cc4ec4402f78bbda6de5207c60b6a1aaf86.tar.gz |
stbi: add encoders
Diffstat (limited to 'res')
-rw-r--r-- | res/license.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/license.md b/res/license.md index df93f548..9f47118d 100644 --- a/res/license.md +++ b/res/license.md @@ -115,5 +115,6 @@ SOFTWARE. ## STB image -The stb_image library is used for image transcoding. This library is dedicated -to the public domain, and is distributed under the same terms as Chawan. +The stb_image and stb_image_write libraries by Sean T. Barrett et al. are used +for image transcoding. These libraries is dedicated to the public domain, and +are distributed under the same terms as Chawan. |