AugmendTech / CrabGrab

🦀 🖥️ 🦀
Apache License 2.0
148 stars 8 forks source link

Migrate platform/macos/objc_wrap.rs to using objc2 crate, drop objc crate #15

Closed OutOfTheVoid closed 4 months ago

OutOfTheVoid commented 4 months ago

Drop our dependence on the objc crate in favor of objc2. This will allow us to build docs for macos on docs.rs.

There are a few warning to clean up, but all the macos features seem to be functional.

OutOfTheVoid commented 4 months ago

This PR Fixes https://github.com/AugmendTech/CrabGrab/issues/10