aboutsummaryrefslogtreecommitdiff
path: root/libraries/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/README.md')
-rw-r--r--libraries/README.md16
1 files changed, 5 insertions, 11 deletions
diff --git a/libraries/README.md b/libraries/README.md
index 6297cd9b..dc38477b 100644
--- a/libraries/README.md
+++ b/libraries/README.md
@@ -2,13 +2,13 @@
This folder has third-party or otherwise external libraries needed for other parts to work.
-## classparser
+## filesystem
-A simplistic parser for Java class files.
+Gulrak's implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.
-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.
+See [github repo](https://github.com/gulrak/filesystem).
-Copyright belongs to Petr Mrázek, unless explicitly stated otherwise in the source files. Available under the Apache 2.0 license.
+MIT licensed.
## gamemode
@@ -173,7 +173,7 @@ Available either under LGPL version 2.1 or later.
## systeminfo
-A PolyMC-specific library for probing system information.
+A Prism Launcher-specific library for probing system information.
Apache 2.0
@@ -184,9 +184,3 @@ 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.