Skip to content

float-pigment-css and float-pigment-layout uses a dependency that does not support no_std #42

Description

@souragc

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions