Skip to content

Commit

Permalink
expose links feature from egui-winit to eframe
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudolph committed Feb 2, 2024
1 parent d72f92c commit 3faf864
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/eframe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ default = [
"accesskit",
"default_fonts",
"glow",
"links",
"wayland",
"web_screen_reader",
"winit/default",
Expand Down Expand Up @@ -65,6 +66,8 @@ glow = [
"winit/rwh_05",
]

links = ["egui-winit/links"]

## Enable saving app state to disk.
persistence = [
"directories-next",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 3faf864

Please sign in to comment.