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

Replace Context::begin_frame/end_frame with fn run taking a closure #872

Merged
merged 6 commits into from
Nov 3, 2021

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    e31235f View commit details
    Browse the repository at this point in the history
  2. Create egui::__run_test_ui to replace Ui::__test

    Uses a closure instead so we don't need Context::begin_frame
    emilk committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    5ba4192 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65c5eb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c28c80 View commit details
    Browse the repository at this point in the history
  5. Add PR link to changelog

    emilk committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    1f1621e View commit details
    Browse the repository at this point in the history
  6. Clippy fix

    emilk committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    4f42db3 View commit details
    Browse the repository at this point in the history