Add initial http server stuff

This commit is contained in:
offtkp 2023-07-09 23:36:27 +03:00
parent eb7b056e28
commit 0949a16e6f
6 changed files with 107 additions and 6 deletions

6
.gitmodules vendored
View file

@ -19,3 +19,9 @@
[submodule "third_party/toml11"]
path = third_party/toml11
url = https://github.com/ToruNiina/toml11
[submodule "cpp-httplib"]
path = third_party/httplib
url = https://github.com/yhirose/cpp-httplib
[submodule "stb"]
path = third_party/stb
url = https://github.com/nothings/stb