diff options
author | Marvin Borner | 2020-11-20 23:04:20 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-20 23:04:20 +0100 |
commit | 33d3ac6b5302f5e3a23cc7e318cf1f0605c398e5 (patch) | |
tree | 9ec2013b430e0ad1d21690c5247e687c63d84b76 /README.md | |
parent | 38e0d413e38838979978d6ff3fdbaf577a916fd0 (diff) |
Ported upng library
This results in a faster boot and smaller files.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -89,3 +89,6 @@ Resources: - [Spleen font](https://github.com/fcambus/spleen) - [MIT License](https://github.com/fcambus/spleen/blob/5759e9abb130b89ba192edc5324b12ef07b7dad3/LICENSE) - [ext2util](https://github.com/lazear/ext2util) - [MIT License](https://github.com/lazear/ext2util/blob/9bbcc81be46416491f8d46f25f7f775cfb7f2261/LICENSE) + +Libraries: +- [upng (heavily modified lodepng)](https://github.com/elanthis/upng) - [ZLIB License](https://github.com/lvandeve/lodepng/blob/7fdcc96a5e5864eee72911c3ca79b1d9f0d12292/LICENSE) |