Walther / clovers

Ray Tracing in Rust
https://walther.github.io/clovers/clovers/
13 stars 1 forks source link

Ensure the library is 100% no_std compatible #88

Open Walther opened 3 years ago

Walther commented 3 years ago

The clovers library currently has a #[no_std] statement in it. However, it looks like some of the dependencies might be pulling parts in that aren't no_std compatible.

Blocks #87