deltaphc / raylib-rs

Rust bindings for raylib
Other
722 stars 126 forks source link

How to change OpenGl version? #90

Open erioxis opened 3 years ago

erioxis commented 3 years ago

I have an old pc that does not support newer versions of OpenGL Can I change it?

Dacode45 commented 3 years ago

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

erioxis commented 3 years ago

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 image