Open cjone0102 opened 4 years ago
It appears that this repo is unmaintained as the owner hasn't been seen in >2 years.
For posterity:
quickcheck
dependency for wasm.rustc-serialize
(deprecated), fork and upgrade num
to at least 0.2.0
.I've done both of these here. No maintenance guarantees. For your convenience:
git submodule add https://github.com/Sarvadi/glm-rs path/to/submodule
glm = { path = "path/to/submodule" }
to your Cargo.toml
Or fork it and do as you wish.
Due to the quickcheck dependency tree having a dependency on an old version of memchr, this crate won't compile for the wasm32-unknown-unknown target.