madsmtm / objc2

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

Use Cargo's new `[workspace.package]` fields #577

Open madsmtm opened 3 months ago

madsmtm commented 3 months ago

See the docs.

This bump MSRV to 1.64, which should be fine, Winit is at 1.70 and libc is at 1.71.

This is done as a prerequisite for splitting icrate into multiple crates.