siniarskimar / zglgen

OpenGL bindings generator written in Zig
zlib License
2 stars 1 forks source link

Replace `std.http` with system tools #17

Closed siniarskimar closed 6 months ago

siniarskimar commented 6 months ago

std.http incurs heavy compile times. It would be a good idea to replace it with system tools like wget or curl.