* Upgrade winit to window resizes on macOS
* Use native activity feature
* Update intellij file
* Configure winit correctly
* Fix android
* Fix android backend to GL
* Depend on SystemConfiguration in swift and example target
* Rename functions
* Add a view state for input processing
* Move platform specific web code to web crate
* Run clippy
* Fix apple and android
* Move error function
* Do not enable all features
* Remove header from .h file
* Refactor to use where clauses
Refactored xcode project into a framework.
* This framework can be bundled into an xcframework
* The xcframework can be added to a swift package
Deployment happens through #21