Open
Description
Trying to build a project with sdl2 = { version = "0.31.0", features = ["bundled"] }
hangs forever trying to build sdl2-sys. I see an empty .tar.gz in target\debug\build\sdl2-sys-ddc356738b2293e8\out
so it seems to be stuck downloading the file but I can't figure out why.
If I download the file in my browser and copy it there, it works (though I don't have VS installed so it just fails at a later stage...)