switch to glow for now

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-07-02 16:12:04 -07:00
parent 724042b700
commit 9eea457bda
2 changed files with 1 additions and 23 deletions

10
Cargo.lock generated
View File

@@ -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",

View File

@@ -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"] }