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

[Merged by Bors] - Allow closing windows at runtime #3575

Closed
wants to merge 7 commits into from

Commits on May 5, 2022

  1. Add support to bevy_window for closing windows

    Make the rest of bevy work with multiple windows
    
    Remove exit_on_esc
    
    Add suggested docs
    DJMcNab committed May 5, 2022
    Configuration menu
    Copy the full SHA
    fb9fb17 View commit details
    Browse the repository at this point in the history
  2. Update docs

    DJMcNab committed May 5, 2022
    Configuration menu
    Copy the full SHA
    72eaf1f View commit details
    Browse the repository at this point in the history
  3. Update docs some more

    DJMcNab committed May 5, 2022
    Configuration menu
    Copy the full SHA
    fb42b8b View commit details
    Browse the repository at this point in the history
  4. Don't update RequestRedraw docs

    Since their brokeness isn't my fault
    DJMcNab committed May 5, 2022
    Configuration menu
    Copy the full SHA
    bbce82b View commit details
    Browse the repository at this point in the history
  5. Remove surplus comment

    DJMcNab committed May 5, 2022
    Configuration menu
    Copy the full SHA
    2510dea View commit details
    Browse the repository at this point in the history
  6. Remove explicit drop

    DJMcNab committed May 5, 2022
    Configuration menu
    Copy the full SHA
    c9deedb View commit details
    Browse the repository at this point in the history
  7. Fix resizing compilation

    DJMcNab committed May 5, 2022
    Configuration menu
    Copy the full SHA
    aaaf85c View commit details
    Browse the repository at this point in the history