yjh0502 / rust-s2

S2 geometry library in Rust
Apache License 2.0
74 stars 19 forks source link

0.0.11 does not build to wasm #27

Closed alkeryn closed 1 year ago

alkeryn commented 1 year ago

looks like it's again something to do with "float_extras". no such issue on 0.0.10.

yjh0502 commented 1 year ago

@alkeryn I published 0.0.12 with https://github.com/yjh0502/rust-s2/pull/28. The issue should be fixed by disabling default features. Is it work for you?

alkeryn commented 1 year ago

@yjh0502 hey that was fast, thanks ! looks like it works ! :)