diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-15 15:24:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-15 15:24:30 +0200 |
commit | c089f9b59f32780d3228d08c2d2eeb95e4ace9e1 (patch) | |
tree | b31f8869425be0d16363b5fb461719dbf1826308 /libraries/README.md | |
parent | 924c1634d35e4e10222d12cb69ec11dd8b8af8ac (diff) | |
parent | 03d077e915cf2bf06474b17e51e0c664f57eb348 (diff) | |
download | PrismLauncher-c089f9b59f32780d3228d08c2d2eeb95e4ace9e1.tar.gz PrismLauncher-c089f9b59f32780d3228d08c2d2eeb95e4ace9e1.tar.bz2 PrismLauncher-c089f9b59f32780d3228d08c2d2eeb95e4ace9e1.zip |
Merge pull request #1203 from DioEgizio/macos-legacy
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. |