mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-17 15:24:19 +01:00
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -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",
|
||||
|
||||
14
Cargo.toml
14
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"] }
|
||||
|
||||
Reference in New Issue
Block a user