brendanzab / gl-rs

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

Ensure webgl_exts.rs is always ordered the same way #517

Closed glandium closed 4 years ago

glandium commented 4 years ago

Directory lists are not necessarily ordered, and when using sccache across different machines, many may not get the same order, defeating any sort of cross-machine caching.