I tried using use glutin::window::WindowBuilder and extern crate glutin and the compiler still says that Glutin doesn’t have glutin::window::WindowBuilder.
After installing the latest version (with running cargo add glutin and making sure it was in the dependencies section of Cargo.toml) and trying extern crate glutin; and use glutin::window::WindowBuilder; the compiler still says that Glutin doesn’t have glutin::window::WindowBuilder.
while 1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2