mirror of
https://github.com/RGBCube/serenity
synced 2025-10-28 19:32:07 +00:00
This commit removes the only 3rd party library (and its usages) in serenity: puff, which is used for deflate decompression. and replaces it with the existing original serenity implementation in LibCompress. :^) |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Deflate.cpp | ||
| Deflate.h | ||
| Gzip.cpp | ||
| Gzip.h | ||
| Zlib.cpp | ||
| Zlib.h | ||