mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Add initial http server stuff
This commit is contained in:
parent
eb7b056e28
commit
0949a16e6f
6 changed files with 107 additions and 6 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue