dche / glm-rs

GLSL mathematics for Rust programming language.
MIT License
42 stars 21 forks source link

Fails to build for wasm #26

Open cjone0102 opened 4 years ago

cjone0102 commented 4 years ago

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.

Siroza commented 2 years ago

It appears that this repo is unmaintained as the owner hasn't been seen in >2 years.

For posterity:

I've done both of these here. No maintenance guarantees. For your convenience:

Or fork it and do as you wish.