diff options
author | Marvin Borner | 2021-02-18 21:04:50 +0100 |
---|---|---|
committer | Marvin Borner | 2021-02-18 21:04:50 +0100 |
commit | 2ae5e5b31a943719083dd64ee24c4200220f7ff0 (patch) | |
tree | f1f6481c4a2f63dc95b296a304476711ca19545b /README.md | |
parent | e28ea65105c4afd3a3dea7d050b392565d15120d (diff) |
Switched to default lodepng version
This should be a bit faster and less buggy
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -92,5 +92,5 @@ Resources: Libraries: -- [upng (heavily modified lodepng)](https://github.com/elanthis/upng) - [ZLIB License](https://github.com/lvandeve/lodepng/blob/7fdcc96a5e5864eee72911c3ca79b1d9f0d12292/LICENSE) -- [sxml](https://github.com/capmar/sxml) - [Unlicense License](https://github.com/capmar/sxml/blob/91176b4c62ef7c6342804e02fc440b2e82326469/UNLICENSE) +- [lodepng (modified)](https://github.com/lvandeve/lodepng) - [ZLIB License](https://github.com/lvandeve/lodepng/blob/7fdcc96a5e5864eee72911c3ca79b1d9f0d12292/LICENSE) +- [sxml (modified)](https://github.com/capmar/sxml) - [Unlicense License](https://github.com/capmar/sxml/blob/91176b4c62ef7c6342804e02fc440b2e82326469/UNLICENSE) |