podgorskiy / bimpy

imgui for python
https://podgorskiy.github.io/bimpy/
MIT License
202 stars 33 forks source link

gl3w dependency should be updated #49

Open njazz opened 1 year ago

njazz commented 1 year ago

Hello

Current bundled version of gl3w fails to download headers from Kronos website, it ends with 403 error. Actual version of gl3w has a fix for that (added headers={'User-Agent': 'Mozilla/5.0'} for the urllib2.Request instead of plain string url)

Thanks