mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Use beta versions of android crates
This commit is contained in:
parent
6caff77abb
commit
2d96480a89
|
@ -8,6 +8,7 @@ And please only add new entries to the top of this list, right below the `# Unre
|
||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
- **Breaking:** Bump `ndk` version to `0.8.0-beta.0`, ndk-sys to `v0.5.0-beta.0`, `android-activity` to `0.5.0-beta.1`.
|
||||||
- **Breaking:** Bump MSRV from `1.64` to `1.65`.
|
- **Breaking:** Bump MSRV from `1.64` to `1.65`.
|
||||||
- Make iOS windows usable from other threads.
|
- Make iOS windows usable from other threads.
|
||||||
- Reexport `raw-window-handle` in `window` module.
|
- Reexport `raw-window-handle` in `window` module.
|
||||||
|
|
|
@ -68,9 +68,9 @@ softbuffer = "0.3.0"
|
||||||
|
|
||||||
[target.'cfg(target_os = "android")'.dependencies]
|
[target.'cfg(target_os = "android")'.dependencies]
|
||||||
# Coordinate the next winit release android-activity 0.5 release
|
# Coordinate the next winit release android-activity 0.5 release
|
||||||
android-activity = { git = "https://github.com/rust-mobile/android-activity", rev = "535994f4a2dde7e1abc3566e75d62518e0c7da74" }
|
android-activity = "0.5.0-beta.1"
|
||||||
ndk = "0.7.0"
|
ndk = "0.8.0-beta.0"
|
||||||
ndk-sys = "0.4.0"
|
ndk-sys = "0.5.0-beta.0"
|
||||||
|
|
||||||
[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies]
|
[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies]
|
||||||
core-foundation = "0.9.3"
|
core-foundation = "0.9.3"
|
||||||
|
|
Loading…
Reference in a new issue