fix: remove some unused libs

Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
This commit is contained in:
DioEgizio
2022-10-15 20:15:46 +02:00
parent c089f9b59f
commit 87d35f0d16
26 changed files with 1 additions and 4891 deletions

View File

@ -2,14 +2,6 @@
This folder has third-party or otherwise external libraries needed for other parts to work.
## classparser
A simplistic parser for Java class files.
This library has served as a base for some (much more full-featured and advanced) work under NDA for AVG. It, however, should NOT be confused with that work.
Copyright belongs to Petr Mrázek, unless explicitly stated otherwise in the source files. Available under the Apache 2.0 license.
## filesystem
Gulrak's implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.
@ -191,10 +183,4 @@ A TOML language parser. Used by Forge 1.14+ to store mod metadata.
See [github repo](https://github.com/marzer/tomlplusplus).
Licenced under the MIT licence.
## xz-embedded
Tiny implementation of LZMA2 de/compression. This format was only used by Forge to save bandwidth.
Public domain.
Licenced under the MIT licence.