add wgpu again since I remove it by accident

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2024-02-10 15:18:53 -08:00
parent b3d8ef373a
commit a51935b292

View File

@ -13,7 +13,7 @@ crate-type = ["lib", "cdylib"]
[dependencies] [dependencies]
#egui-android = { git = "https://github.com/jb55/egui-android.git" } #egui-android = { git = "https://github.com/jb55/egui-android.git" }
egui = "0.26.0" 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" #eframe = "0.22.0"
egui_extras = { version = "0.26.0", features = ["image", "svg"] } egui_extras = { version = "0.26.0", features = ["image", "svg"] }
ehttp = "0.2.0" ehttp = "0.2.0"