BoxDragon / kolor

Color space conversion math made simple
38 stars 7 forks source link

std and glam features #10

Closed mockersf closed 2 years ago

mockersf commented 2 years ago

fix features so that glam can be removed

with those changes, it compiles with or without std, and with or without glam tests are also running (but failing) on std without glam, they are still not compiling without std as there are quite a few println! and I'm not sure what assert! could replace them

edit: just noticed this would fix #8