update to egui 0.30.0
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -16,12 +16,12 @@ rmpv = "1.3.0"
|
||||
bech32 = { version = "0.11", default-features = false }
|
||||
bitflags = "2.5.0"
|
||||
dirs = "5.0.1"
|
||||
eframe = { version = "0.29.1", default-features = false, features = [ "wgpu", "wayland", "x11", "android-game-activity" ] }
|
||||
egui = { version = "0.29.1", features = ["serde"] }
|
||||
egui_extras = { version = "0.29.1", features = ["all_loaders"] }
|
||||
egui_nav = { git = "https://github.com/damus-io/egui-nav", rev = "ac7d663307b76634757024b438dd4b899790da99" }
|
||||
egui_tabs = "0.2.0"
|
||||
egui_virtual_list = "0.5.0"
|
||||
eframe = { version = "0.30.0", default-features = false, features = [ "wgpu", "wayland", "x11", "android-game-activity" ] }
|
||||
egui = { version = "0.30.0", features = ["serde"] }
|
||||
egui_extras = { version = "0.30.0", features = ["all_loaders"] }
|
||||
egui_nav = { git = "https://github.com/damus-io/egui-nav", rev = "eb297a0fefd9047352102346625a2eba93a1aa04" }
|
||||
egui_tabs = { git = "https://github.com/damus-io/egui-tabs", rev = "5d0bacc6ce2c645fe8a77723d2beb0f85b8148ee" }
|
||||
egui_virtual_list = "0.6.0"
|
||||
ehttp = "0.5.0"
|
||||
enostr = { path = "crates/enostr" }
|
||||
ewebsock = { version = "0.2.0", features = ["tls"] }
|
||||
|
||||
Reference in New Issue
Block a user