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

Add debug and clone to Font and its types. #56

Closed
wants to merge 3 commits into from

Commits on Feb 8, 2021

  1. Add debug and clone to Font and its smaller types.

    This ended up effecting more types than I initially anticipated, which theoretically has the most minor of effects of compiles times,
    or binary size, depending on if the impls are used by users.
    
    However, it's just difficult to integrate `Font` into a larger game engine which assumes
    that assets will implement Debug.
    sanbox-irl committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    60719d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. dont derive for simplicity

    sanbox-irl committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    b024c6b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

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