madsmtm / objc2

Bindings to Apple's frameworks in Rust
https://docs.rs/objc2/
MIT License
290 stars 35 forks source link

Future-proof struct encodings #526

Closed madsmtm closed 6 months ago

madsmtm commented 7 months ago

In https://github.com/rust-windowing/glutin/issues/1640 the encoding of the CGLContextObj object changed between versions of macOS. As such, this is something that we must be prepared to handle in our encoding comparison routines.