robbielyman / seamstress

seamstress is an art engine
GNU General Public License v3.0
123 stars 12 forks source link

Require sequins crashes seamstress #122

Closed xmacex closed 7 months ago

xmacex commented 7 months ago

This works

lat = require("lattice")
lat

but this immediately crashes seamstress without an error message.

seq = require("sequins")
seq

Seamstress 1.4.1, both compiled from source and the one installed from homebrew.