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

iOS: Support putting UI next to the dynamic island #5211

Merged
merged 3 commits into from
Oct 23, 2024

Commits on Oct 2, 2024

  1. remove black bar on iOS

    winit::Window::inner_size returns size of safe area on iOS.
    use winit::Window::outer_size on iOS
    frederik-uni authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1c86d3e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Accept changes from emilk

    Co-authored-by: Emil Ernerfeldt <[email protected]>
    frederik-uni and emilk authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ba771fa View commit details
    Browse the repository at this point in the history
  2. format and remove ;

    frederik-uni committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    72b28f6 View commit details
    Browse the repository at this point in the history