libxev icon indicating copy to clipboard operation
libxev copied to clipboard

Embedding libxev with freestanding targets

Open RossComputerGuy opened this issue 2 years ago • 0 comments

I was wondering if it would be possible to add freestanding support (so libxev could be used in MCU's and kernels). A possible way would be to check the root module with @hasDecl() and then load in the backend. I have a use for this which is a cross platform UI toolkit which can run in UEFI.

RossComputerGuy avatar Nov 03 '23 04:11 RossComputerGuy