ferus-web / ferus

A toy web engine written in Nim
106 stars 4 forks source link

requires "curly" is missing in ferus.nimble #15

Closed enthus1ast closed 1 year ago

enthus1ast commented 1 year ago

nimble install

fails because:

requires "curly"

is missing.

xTrayambak commented 1 year ago

Oh god. It seems somehow I forgot to add the nimble file to my commits.

xTrayambak commented 1 year ago

This is fixed in the cssgrid-layout branch which will be merged into experimental today, which in turn will be merged into main today. Also seems like @neroist's fork's patch-1 branch fixes this too.

xTrayambak commented 1 year ago

This is fixed!