Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the rgb crate instead of own struct #174

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    2cf540e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. fix test

    RuboGubo committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3e37a90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    096f0e0 View commit details
    Browse the repository at this point in the history
  3. add some documentation

    RuboGubo committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f24804a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65addc5 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. allow deprecated for custom color impls.

    This just makes sure that clippy doesn't complain about the impls
     for Custom Color struct
    RuboGubo committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    60ffb82 View commit details
    Browse the repository at this point in the history
  2. run cargo fmt

    RuboGubo committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    d40d729 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f909c54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54295df View commit details
    Browse the repository at this point in the history