aboutsummaryrefslogtreecommitdiff
path: root/libraries/README.md
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-10-16 10:41:43 -0300
committerGitHub <noreply@github.com>2022-10-16 10:41:43 -0300
commitaecd158d3c9fce7e42143cba6e20e99a73576f75 (patch)
treebda5c6850ba3f0274c08941a4d62cd88df942dfa /libraries/README.md
parentc089f9b59f32780d3228d08c2d2eeb95e4ace9e1 (diff)
parent87d35f0d16d3be56020f9e6295cc8bfa0c657d27 (diff)
downloadPrismLauncher-aecd158d3c9fce7e42143cba6e20e99a73576f75.tar.gz
PrismLauncher-aecd158d3c9fce7e42143cba6e20e99a73576f75.tar.bz2
PrismLauncher-aecd158d3c9fce7e42143cba6e20e99a73576f75.zip
Merge pull request #1208 from DioEgizio/fix-unused-libs
Removes `classparser` and `xz-embedded`
Diffstat (limited to 'libraries/README.md')
-rw-r--r--libraries/README.md16
1 files changed, 1 insertions, 15 deletions
diff --git a/libraries/README.md b/libraries/README.md
index dfb57a65..9a26dd69 100644
--- a/libraries/README.md
+++ b/libraries/README.md
@@ -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. \ No newline at end of file