Skip to content

Commit

Permalink
chore: addopt winit MSRV policy
Browse files Browse the repository at this point in the history
  • Loading branch information
kchibisov authored Sep 26, 2023
1 parent d4e2cb0 commit d0f280b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,14 @@ jobs:
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest, options: --no-default-features, features: glx }
- { target: aarch64-linux-android, os: ubuntu-latest, cmd: 'apk --' }
- { target: x86_64-apple-darwin, os: macos-latest, }
# We don't support ios for now.
# - { target: x86_64-apple-ios, os: macos-latest, }
# - { target: aarch64-apple-ios, os: macos-latest, }
exclude:
# Android is tested on stable-3
- rust_version: '1.65.0'
platform: { target: aarch64-linux-android, os: ubuntu-latest, cmd: 'apk --' }
include:
- rust_version: '1.69.0'
platform: { target: aarch64-linux-android, os: ubuntu-latest, cmd: 'apk --' }


env:
RUST_BACKTRACE: 1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Note that glutin aims at being a low-level brick in your rendering
infrastructure. You are encouraged to write another layer of abstraction
between glutin and your application.

The minimum Rust version target by glutin is `1.65.0`.
Glutin follows winit's [MSRV policy](https://github.com/rust-windowing/winit/blob/master/README.md#msrv-policy).

## Platform-specific notes

Expand Down

0 comments on commit d0f280b

Please sign in to comment.