Currently either the vello or vello_cpu must be selected otherwise a compile error occurs in canvas.
This usually doesn't come up, since the vello_cpu feature is unconditionally enabled by us. But since it is a feature flag, we should add a way to disable it (with no-default-features). The compile errors are a bit ugly if no backend is selected, so we should at least add a compile_error!() with a useful message.