dodorare / crossbow

Cross-Platform build tools and toolkit for games and game engines written in Rust! 🦀
https://crossbow.dodorare.com/
Apache License 2.0
198 stars 13 forks source link

Replace iOS Permissions with Rust Framework wrappers #117

Open enfipy opened 2 years ago

enfipy commented 2 years ago

What problem does this solve, or what need does it fill?

The current implementation of iOS Permissions is working, but not the best. It would be better to replace our own import of Frameworks with rust crates with Rust wrappers. See how this is implemented in Xamarin: here, here.

What solution would you like?

Promising solution is this crate. But the development of it isn't as fast as we would love to.