mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Disallow accesskit on Android NativeActivity, making hello_android working again (#6855)
Follow up for https://github.com/emilk/egui/pull/6766 I wasn't sure if `compile_error` is appropriate. It felt right.
This commit is contained in:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -176,7 +176,9 @@ jobs:
|
||||
- name: Set up cargo cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
|
||||
- run: cargo check --features wgpu,android-native-activity --target aarch64-linux-android
|
||||
# Default features disabled to turn off accesskit, which does not work
|
||||
# with NativeActivity.
|
||||
- run: cargo check --features wgpu,android-native-activity --target aarch64-linux-android --no-default-features
|
||||
working-directory: crates/eframe
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user