krychu / wfc

Wave Function Collapse library in C, plus a command-line tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove dependency on float.h

krychu opened this issue · comments

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