ferus-web / ferus

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

(fix) fixes #22; remove all references to css parser component for now #24

Closed xTrayambak closed 4 months ago

xTrayambak commented 4 months ago

This PR just fixes #22. I'm not working on the CSS parser component for now atleast, so I'll be removing any references to it to prevent compile time errors.

xTrayambak commented 4 months ago

@jtbx Can you try compiling this branch? It compiles fine for me now.

jtbx commented 4 months ago

Yep this works. Under the Nix build I'm getting a new error:

src/ferus_process.nim(3, 24) Error: cannot open file: ferus_ipc/client/logger
xTrayambak commented 4 months ago

Remove ferus_ipc and reinstall it.