diff --git a/Cargo.lock b/Cargo.lock index 35349ff98..4e2f3f610 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1606,6 +1606,7 @@ dependencies = [ "dashmap", "dirs", "eframe", + "egui-winit", "egui_extras", "encoding_rs", "futures", diff --git a/Cargo.toml b/Cargo.toml index 44492a70f..5952eb93f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,7 @@ base64 = "0.21" dashmap = "5.4" dirs = "4.0" eframe = { git = "https://github.com/mikedilger/egui", branch="gossip", features = [ "dark-light", "persistence" ] } +egui-winit = { git = "https://github.com/mikedilger/egui", branch="gossip", features = [ "default" ] } egui_extras = { git = "https://github.com/mikedilger/egui", branch="gossip", features = [ "image", "svg", "tracing" ] } encoding_rs = "0.8" futures = "0.3"