From 9eea457bda43e6738cc6ed3c0639bd44b7787490 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Tue, 2 Jul 2024 16:12:04 -0700 Subject: [PATCH] switch to glow for now Signed-off-by: William Casarin --- Cargo.lock | 10 ---------- Cargo.toml | 14 +------------- 2 files changed, 1 insertion(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a47085c..558aed35 100644 --- 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", ] @@ -2825,12 +2823,6 @@ dependencies = [ "windows-sys 0.52.0", ] -[[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" @@ -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 index 71aba964..a2e3ca32 100644 --- 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"] }