Closed That3Percent closed 5 years ago
Curiously, compiling from source does not have this problem since float-extras is not listed in Cargo.toml for the current version. So, I think all that would be needed to close this issue would be to package up and publish a new version.
s2
0.0.9
is just published, https://crates.io/crates/s2. Thanks for the report!
Works great! Thanks, and please accept this github star as a token of my appreciation.
I'm trying to use this library in WebAssembly, compiled via wasm-pack. It seems that it gets hung up on the float-extras crate with...
Would it be possible to either not require this dependency, or to gate the functionality that uses this behind a feature flag so I can get some basic functionality like CellID?