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

Use dark-light on Mac and Windows #1726

Merged
merged 4 commits into from
Jun 9, 2022
Merged

Use dark-light on Mac and Windows #1726

merged 4 commits into from
Jun 9, 2022

Commits on Jun 9, 2022

  1. Use dark-light on Mac and Windows

    dark-light has a nasty problem on Linux: frewsxcv/rust-dark-light#17
    
    So we made dark-light opt-in in #1437
    
    This PR makes dark-light a default dependency again,
    but only use it on Max and Windows.
    
    This is controlled with the new NativeOptions::follow_system_theme.
    If this isn't enabled, then NativeOptions::default_theme is used.
    emilk committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    9cbe0a0 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    emilk committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    29201ab View commit details
    Browse the repository at this point in the history
  3. Add eframe::WebOptions

    emilk committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    e416de4 View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    emilk committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    33cdb97 View commit details
    Browse the repository at this point in the history