skaslev / gl3w

Simple OpenGL core profile loading
http://github.com/skaslev/gl3w
The Unlicense
709 stars 160 forks source link

Update README.rst to document Python version requirements #20

Closed tombsar closed 9 years ago

tombsar commented 9 years ago

This PR adds a small "Requirements" section to the documentation, to make it clear which versions of Python can run the gl3w_gen.py script.

If https://github.com/skaslev/gl3w/pull/19 is accepted, this will need to be updated to reflect Python 3.x compatibility.

fixes #18

skaslev commented 9 years ago

With #19 merged, gl3w is compatible with Python 3 but the updated README says it's not. Wrong patch or am I missing something?

tombsar commented 9 years ago

I wasn't sure if #19 would be merged straight away, so this PR was made as a stop-gap solution. As per my comment above, I was to update the commit if and when #19 was merged, which I now have. Since you've closed this PR, I will open a new one.