Corey Farwell
Corey Farwell
...or https://github.com/bevyengine/bevy/pull/5347 or https://github.com/bevyengine/bevy/pull/6086
For visibility, here's another update attempt: https://github.com/bevyengine/bevy/pull/6086
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.
> Since WASM Threads are already support by Rust Std (although in nightly with build std) would it be possible to bring the multi thread runtime to WASM? @umgefahren Do...
On second thought, I forgot that we have separate structs for each geometry type (e.g. `MultiPoint`, `Point`, etc.). Not sure how that would work...
Another option here: https://gist.github.com/frewsxcv/1f334de4839fefc88a79
This might no longer need to happen if https://github.com/georust/rust-geo/issues/67 gets resolved.
Relevant issue https://github.com/georust/rust-geo/issues/166
An attempt in https://github.com/georust/geo/pull/300
Another attempt in https://github.com/georust/geo/pull/310