commit a51935b29229f765592fcf042e8e4333ce0df37f
parent b3d8ef373a5284b254cb8ccac81250d251024500
Author: William Casarin <jb55@jb55.com>
Date: Sat, 10 Feb 2024 15:18:53 -0800
add wgpu again since I remove it by accident
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"