brendanzab / gl-rs

An OpenGL function pointer loader for Rust
Apache License 2.0
678 stars 117 forks source link

Update documentation, dependencies, and fix warnings #504

Closed Bzomak closed 4 years ago

Bzomak commented 4 years ago

I've removed the changelogs from the READMEs, as they were outdated and incomplete. I'm open to creating CHANGELOG.md files for the crates if required, but I haven't had the motivation to go trawling through all the commit history... Other than this, commit https://github.com/brendanzab/gl-rs/commit/0c2ff1cfad8cfc5fd5f750c15d29ed40a922771a fixes #489.

Commit https://github.com/brendanzab/gl-rs/commit/f54736bbca87c048093721b95c0d9044941c50a0 should fix #488.

Some of the fixed warnings are only shown in beta and nightly. Fixing them increases the MSRV, but as Travis only tests the stable, beta and nightly channels, I assume that this isn't a problem?

Bzomak commented 4 years ago

Commit 0ba080b should fix #511

brendanzab commented 4 years ago

Thanks a bunch, this looks great!

brendanzab commented 4 years ago

Sorry for the really late merging too - I'm using the new github notification beta which is helping a bunch keep on top of this kind of thing. Thanks for your patience!