diff --git a/crates/eframe/Cargo.toml b/crates/eframe/Cargo.toml index a67cec27773..0c9896ef702 100644 --- a/crates/eframe/Cargo.toml +++ b/crates/eframe/Cargo.toml @@ -32,6 +32,7 @@ default = [ "accesskit", "default_fonts", "glow", + "links", "wayland", "web_screen_reader", "winit/default", @@ -65,6 +66,8 @@ glow = [ "winit/rwh_05", ] +links = ["egui-winit/links"] + ## Enable saving app state to disk. persistence = [ "directories-next", @@ -158,7 +161,6 @@ serde = { version = "1", optional = true, features = ["derive"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] egui-winit = { version = "0.25.0", path = "../egui-winit", default-features = false, features = [ "clipboard", - "links", ] } image = { version = "0.24", default-features = false, features = [ "png",