You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Async projection (#32)
* Offload projection to a detached task to not block main actor
* Attempt to improve this
* Refactor into `projectInParallel` helper
* Update packages
Tweaks (#20)
* Make a few more things public
* SPM update, align platform requirement with GeoJSONKit-Turf, VisionOS support
* Also test Swift 5.9.1
And update to latest checkout action