1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -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:
Piotr Podusowski
2025-05-18 13:17:28 +02:00
committed by GitHub
parent cb4acbc262
commit 12cd35f48c
3 changed files with 17 additions and 2 deletions

View File

@@ -17,7 +17,11 @@ crate-type = ["cdylib", "lib"]
[dependencies]
eframe = { workspace = true, features = ["default", "android-native-activity"] }
eframe = { workspace = true, default-features = false, features = [
"default_fonts",
"glow",
"android-native-activity",
] }
egui_demo_lib = { workspace = true, features = ["chrono"] }
# For image support: