libxev
libxev copied to clipboard
Embedding libxev with freestanding targets
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.