From 088d012c93c8307a2a155489aeb864f386a90b4c Mon Sep 17 00:00:00 2001 From: William Casarin Date: Tue, 27 Feb 2024 15:02:52 -0800 Subject: [PATCH] fix typo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a61f1d0..5ecba6e7 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", "wpgu", "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 = ["all_loaders"] } ehttp = "0.2.0"