Crate float-pigment-css is marked as no_std. But since the non-optional dependency cssparser-color isn't a no_std crate, float-pigment-css cannot be compiled for a bare-metal target.
Related to the above issue, float-pigment-layout is also marked as no_std but uses the above float-pigment-css as a dependency. So the non-no_std dependency cssparser-color is used as a transitive dependency and causes the same issue.
Crate float-pigment-css is marked as no_std. But since the non-optional dependency cssparser-color isn't a no_std crate, float-pigment-css cannot be compiled for a bare-metal target.
Related to the above issue, float-pigment-layout is also marked as no_std but uses the above float-pigment-css as a dependency. So the non-no_std dependency cssparser-color is used as a transitive dependency and causes the same issue.