diff options
author | flow <flowlnlnln@gmail.com> | 2022-10-13 18:37:44 -0300 |
---|---|---|
committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-10-14 14:08:42 +0200 |
commit | c520faed6d0e5e9472622f848ad8512b6c71c8e0 (patch) | |
tree | 1af601e2b9fecb6eba8771c6875ba3661a041e0b /libraries/README.md | |
parent | 5bdb3703ede735129d7eb57c0b1f6d2c497e3fa2 (diff) | |
download | PrismLauncher-c520faed6d0e5e9472622f848ad8512b6c71c8e0.tar.gz PrismLauncher-c520faed6d0e5e9472622f848ad8512b6c71c8e0.tar.bz2 PrismLauncher-c520faed6d0e5e9472622f848ad8512b6c71c8e0.zip |
feat: add gulrak/filesystem submodule
... for old macs that don't have std::filesystem in their stdlib.
Signed-off-by: flow <flowlnlnln@gmail.com>
Diffstat (limited to 'libraries/README.md')
-rw-r--r-- | libraries/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/README.md b/libraries/README.md index 6297cd9b..dfb57a65 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -10,6 +10,14 @@ This library has served as a base for some (much more full-featured and advanced 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. + +See [github repo](https://github.com/gulrak/filesystem). + +MIT licensed. + ## gamemode A performance optimization daemon. |