Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Update dependencies, and fix warnings #40

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

Commits on Jul 17, 2020

  1. Make a cargo workspace

    Dr-Emann committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    615f908 View commit details
    Browse the repository at this point in the history
  2. Update clap

    Dr-Emann committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    be6ecb4 View commit details
    Browse the repository at this point in the history
  3. Update minifb version

    Dr-Emann committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    97b6095 View commit details
    Browse the repository at this point in the history
  4. Update cpal to 0.12.0

    Dr-Emann committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    905f2e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd4d781 View commit details
    Browse the repository at this point in the history
  6. Replace ... with ..=

    Dr-Emann committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    527a52a View commit details
    Browse the repository at this point in the history
  7. Use dyn for trait objects

    Dr-Emann committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    8358b2f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b0fb5d0 View commit details
    Browse the repository at this point in the history
  9. Avoid deprecation warning caused by clap's macro

    the `crate_authors!("seperator")` macro call uses
    `std::sync::ONCE_INIT`, which gets flagged as a deprecated API use. We
    can just do what it does ourselves.
    Dr-Emann committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    369e22d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

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

    Dr-Emann committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    1016981 View commit details
    Browse the repository at this point in the history