diff --git a/Cargo.toml b/Cargo.toml index 0b83f4f5..b56080d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["lib", "cdylib"] [dependencies] #egui-android = { git = "https://github.com/jb55/egui-android.git" } egui = "0.26.0" -eframe = { version = "0.26.0", default-features = false, features = [ "glow", "android-native-activity" ] } +eframe = { version = "0.26.0", default-features = false, features = [ "glow", "wgpu", "android-native-activity" ] } #eframe = "0.22.0" egui_extras = { version = "0.26.0", features = ["image", "svg"] } ehttp = "0.2.0"