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

Improve Code Quality in a few places #803

Merged
merged 1 commit into from
May 9, 2024

Commits on May 9, 2024

  1. Improve Code Quality in a few places

    - This forbids using any APIs that are incompatible with the MSRV. The
      MSRV is also specified in all the `Cargo.toml` files now.
    - The `unicase` crate is removed. The standard library can mostly handle
      it just fine.
    - The `Instant` type of the `time` crate is deprecated. You are supposed
      to use extension methods on the standard library's `Instant` type.
      This is what we do, though we still wrap the type to make it behave
      still mostly the same.
    - Fixes a bug with gradient backgrounds in the web renderer.
    CryZe committed May 9, 2024
    Configuration menu
    Copy the full SHA
    c76eea5 View commit details
    Browse the repository at this point in the history