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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user