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

Transition to Rust 2018 edition #80

Merged
merged 10 commits into from Mar 19, 2021
Merged

Commits on Mar 19, 2021

  1. Run 'cargo fix --edition'

    Transition code base to Rust 2018.
    malikolivier committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    d33299d View commit details
    Browse the repository at this point in the history
  2. Set rust edition to 2018

    malikolivier committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    8553450 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c71600c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aece10e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2b2122 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3706058 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d3dd81 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd09aea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    554d340 View commit details
    Browse the repository at this point in the history
  10. Remove fork of imgui-rs in submodule

    Our custom fork of imgui-rs is not needed anymore, as we have everything
    that we needed on the released version.
    
    We now have a simpler project, with no submodules, yeah! So we update
    the documentation.
    malikolivier committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    e426bba View commit details
    Browse the repository at this point in the history