zesterer / euc

A software rendering crate that lets you write shaders with Rust
Apache License 2.0
294 stars 18 forks source link

Implement proper `no_std` support #12

Closed CryZe closed 4 years ago

CryZe commented 4 years ago

While the crate claimed to support no_std this didn't seem to be true. However with the stabilization of alloc last year, more and more crates have added support for no_std. vek 0.10 just released with no_std support, so euc can now finally properly support no_std as well.

zesterer commented 4 years ago

Thanks, I'll try to find time to work on this over the next week.

zesterer commented 4 years ago

Thanks very much for the PR!