deltaphc / raylib-rs

Rust bindings for raylib
Other
751 stars 134 forks source link

Wayland Support + Forcing OpenGL Version #127

Closed Sprixitite closed 2 years ago

Sprixitite commented 2 years ago

Adds support for wayland (did not work without linking to local glfw) for https://github.com/deltaphc/raylib-rs/issues/119

Adds ability to force OpenGL version to 3.3, 2.1, or ES 2.0 (I couldn't get 1.1 working if anyone wanted to take a stab at that) for https://github.com/deltaphc/raylib-rs/issues/90 and https://github.com/deltaphc/raylib-rs/issues/122

Also changed the README to accommodate for changes