PistonDevelopers / piston

A modular game engine written in Rust

Home Page:https://www.piston.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WindowSettings online docs are out of date

benliepert opened this issue · comments

The online documentation for WindowSettings, linked in the readme (points to here), is out of date.
I pulled piston v0.53.1 and the WindowSettings::opengl() and WindowSettings::set_opengl() methods aren't available. I noticed this because the Piston-Tutorials "getting-started" example (here, line 55) uses the WindowSettings::graphics_api() call, which isn't mentioned on docs.piston.rs.

Closed by 24c912a