rust-windowing / glutin

A low-level library for OpenGL context creation
Apache License 2.0
1.98k stars 476 forks source link

Reuse some features and code, fix inverted intradoc links #1656

Closed MarijnS95 closed 8 months ago

MarijnS95 commented 8 months ago

Found some very minor code cases that could reuse some other code. Some features also already imply/enable other features and don't need to be repeated.

Some "intradoc" links were having [] inside backticks, meaning they won't be links but actual brackets in monospace in the final doc.

Finally, the wayland feature needs the egl backend to compile and function, and was likely intended to be turned on as a dependency.