krychu / wfc

Wave Function Collapse library in C, plus a command-line tool
343 stars 20 forks source link

Remove dependency on float.h #26

Open krychu opened 1 year ago

krychu commented 1 year ago

float.h is used only for DBL_MAX, it should be possible to remove that dependency.