Closed JoeHowarth closed 6 years ago
This is not directly caused by having any serialization features: The sphere
dependency was older version which depended to num
instead of num-traits
which brought lots of unnecessary stuff.
Thanks! That fixed it for me
Hi!
I'm trying to port a js map generation system to rust and found your awesome blue noise library. Unfortunately, when compiling to wasm I get the error
It seems to be a problem with depending on serialization, would it be possible to put whatever features use serialization behind a feature gate?