File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33import urllib .request
44
5+ HTTPLIB_VERSION = "f80864ca031932351abef49b74097c67f14719c6"
6+
57vendor = {
68 "https://github.com/nlohmann/json/releases/latest/download/json.hpp" : "vendor/nlohmann/json.hpp" ,
79 "https://github.com/nlohmann/json/releases/latest/download/json_fwd.hpp" : "vendor/nlohmann/json_fwd.hpp" ,
1214 # "https://github.com/mackron/miniaudio/raw/refs/tags/0.11.23/miniaudio.h": "vendor/miniaudio/miniaudio.h",
1315 "https://github.com/mackron/miniaudio/raw/669ed3e844524fcd883231b13095baee9f6de304/miniaudio.h" : "vendor/miniaudio/miniaudio.h" ,
1416
15- "https://raw.githubusercontent.com/yhirose/cpp-httplib/refs/tags/v0.30.2 /httplib.h" : "vendor/cpp-httplib/httplib.h" ,
16- "https://raw.githubusercontent.com/yhirose/cpp-httplib/refs/tags/v0.30.2 /LICENSE" : "vendor/cpp-httplib/LICENSE" ,
17+ f "https://raw.githubusercontent.com/yhirose/cpp-httplib/{ HTTPLIB_VERSION } /httplib.h" : "vendor/cpp-httplib/httplib.h" ,
18+ f "https://raw.githubusercontent.com/yhirose/cpp-httplib/{ HTTPLIB_VERSION } /LICENSE" : "vendor/cpp-httplib/LICENSE" ,
1719
1820 "https://raw.githubusercontent.com/sheredom/subprocess.h/b49c56e9fe214488493021017bf3954b91c7c1f5/subprocess.h" : "vendor/sheredom/subprocess.h" ,
1921}
You can’t perform that action at this time.
0 commit comments