Libraries: Remove LibArchive

This library isn't used by anything but the Android build which
currently doesn't work. We most likely won't be using a homegrown
implementation for archive formats in the future, regardless.
This commit is contained in:
rmg-x
2024-11-23 09:18:38 -06:00
committed by Andreas Kling
parent bdabc9b70d
commit 03b9e555c0
Notes: github-actions[bot] 2024-11-25 12:38:39 +00:00
14 changed files with 2 additions and 1267 deletions

View File

@@ -24,7 +24,6 @@ At the moment, many core library support components are inherited from SerenityO
- LibCrypto/LibTLS: Cryptography primitives and Transport Layer Security
- LibHTTP: HTTP/1.1 client
- LibGfx: 2D Graphics Library, Image Decoding and Rendering
- LibArchive: Archive file format support
- LibUnicode: Unicode and locale support
- LibMedia: Audio and video playback
- LibCore: Event loop, OS abstraction layer