win32 support?
Hello!
I just attempted a very basic compilation with cl *.c -Fetesthtmlcss.exe to see how far it would go. Turns out, very far.
The only files conflicting are:
> grep -r unistd .
./common-private.h:# include <unistd.h>
./font-find.c:#include <unistd.h>
./sha3.c:#include <unistd.h>
common-private.h already does a win32 check. Do you think it would be possible to port the other candidates?
Thanks and kind regards, Ingwie
@IngwiePhoenix Yes, I will eventually resolve these things.
Awesome!
I'll keep an eye on this here project then. :) My plan is to use this together with LVGL and either SDL or Cairo to render a UI with a browser-(super)lite engine, mainly because im lazy. And so far, this library has the right amount of coverage I need. So yeah, I am very much looking forward to this!