Remove stdc++fs requirement by using an external library

This commit is contained in:
Jordon Brooks 2024-06-06 19:20:29 +01:00
parent 7f0fa0b90d
commit a7a80571ea
Signed by: jordon
GPG key ID: DBD9758CD53E786A
3 changed files with 55 additions and 34 deletions

5
.gitattributes vendored
View file

@ -36,4 +36,7 @@
# Executables
*.exe binary
*.out binary
*.app binary
*.app binary
# Linux shell files must always be LF
*.sh text eol=lf