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

web: Add EventLoop::spawn #2208

Merged
merged 4 commits into from
Jul 13, 2022
Merged

Commits on Feb 25, 2022

  1. web: Add EventLoop::spawn

    This is the same as `EventLoop::run`, but doesn't throw an exception in order to return `!`.
    
    I decided to name it `spawn` rather than `run_web` because I think that's more descriptive, but I'm happy to change it to `run_web`.
    
    Resolves rust-windowing#1714
    Liamolucko committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    4768c8b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Update src/platform/web.rs

    Co-authored-by: Markus Røyset <maroider@protonmail.com>
    Liamolucko and maroider committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    88debd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    6bc6228 View commit details
    Browse the repository at this point in the history
  2. Fix outdated names

    Liamolucko committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    3a0b3c2 View commit details
    Browse the repository at this point in the history