commit 9eea457bda43e6738cc6ed3c0639bd44b7787490
parent 724042b70085f438740bd9870c1b21b265a13fed
Author: William Casarin <jb55@jb55.com>
Date: Tue, 2 Jul 2024 16:12:04 -0700
switch to glow for now
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
2 files changed, 1 insertion(+), 23 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
@@ -990,7 +990,6 @@ dependencies = [
"objc",
"parking_lot",
"percent-encoding",
- "pollster",
"puffin",
"raw-window-handle 0.5.2",
"raw-window-handle 0.6.0",
@@ -1000,7 +999,6 @@ dependencies = [
"wasm-bindgen-futures",
"web-sys",
"web-time 0.2.4",
- "wgpu",
"winapi",
"winit",
]
@@ -2826,12 +2824,6 @@ dependencies = [
]
[[package]]
-name = "pollster"
-version = "0.3.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"
-
-[[package]]
name = "poly1305"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4576,7 +4568,6 @@ dependencies = [
"cfg_aliases",
"js-sys",
"log",
- "naga",
"parking_lot",
"profiling",
"raw-window-handle 0.6.0",
@@ -4626,7 +4617,6 @@ dependencies = [
"arrayvec",
"ash",
"bitflags 2.5.0",
- "block",
"cfg_aliases",
"core-graphics-types",
"glow",
diff --git a/Cargo.toml b/Cargo.toml
@@ -14,19 +14,7 @@ crate-type = ["lib", "cdylib"]
[dependencies]
#egui-android = { git = "https://github.com/jb55/egui-android.git" }
egui = "0.27.2"
-eframe = { version = "0.27.2", default-features = false, features = [ "glow", "wgpu", "x11", "wayland", "android-native-activity" ] }
-
- #
- # TODO default features:
- #
- #"accesskit",
- #"default_fonts",
- #"glow",
- #"wayland",
- #"web_screen_reader",
- #"winit/default",
- #"x11",
-
+eframe = { version = "0.27.2", default-features = false, features = [ "glow", "wayland", "x11", "android-native-activity" ] }
#eframe = { version = "0.27.2", default-features = false, features = [ "glow", "android-native-activity" ] }
#eframe = "0.22.0"
egui_extras = { version = "0.27.2", features = ["all_loaders"] }