htmlcss icon indicating copy to clipboard operation
htmlcss copied to clipboard

win32 support?

Open IngwiePhoenix opened this issue 4 years ago • 2 comments

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 avatar Dec 11 '21 17:12 IngwiePhoenix

@IngwiePhoenix Yes, I will eventually resolve these things.

michaelrsweet avatar Dec 11 '21 18:12 michaelrsweet

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!

IngwiePhoenix avatar Dec 11 '21 23:12 IngwiePhoenix