raylib-rs
raylib-rs copied to clipboard
How to change OpenGl version?
I have an old pc that does not support newer versions of OpenGL Can I change it?
You'll have to rebuild raylib with an older version of OpenGL. Follow the nobuild guide to use your own version of raylib.
https://github.com/deltaphc/raylib-rs/wiki/Using-nobuild-feature
You'll have to rebuild raylib with an older version of OpenGL. Follow the nobuild guide to use your own version of raylib.
https://github.com/deltaphc/raylib-rs/wiki/Using-nobuild-feature
I build raylib with old version opengl, now my game works with C, but i get error with rust with nobuild
