**SUBMODULE UPDATE - PLEASE READ!**

as of now I have added the Date library as a submodule in order to have
log messages in the correct time zone

please update your submodules by doing:
```
git submodule update --init --recursive
```
This commit is contained in:
tildearrow 2022-04-10 23:01:55 -05:00
parent 6b627ab885
commit 552967246d
6 changed files with 38 additions and 4 deletions

3
.gitmodules vendored
View file

@ -22,3 +22,6 @@
[submodule "extern/Nuked-OPL3"]
path = extern/Nuked-OPL3
url = https://github.com/nukeykt/Nuked-OPL3.git
[submodule "extern/date"]
path = extern/date
url = https://github.com/HowardHinnant/date