Skip to content

Commit ce8e799

Browse files
committed
wayland and x11 features for linux
1 parent 4707289 commit ce8e799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://github.com/hacknus/serial-monitor-rust"
1010

1111
[dependencies]
1212
csv = "1.3"
13-
eframe = { version = "0.30.0", features = ["persistence"] }
13+
eframe = { version = "0.30.0", features = ["persistence", "wayland", "x11"] }
1414
egui_plot = "0.30.0"
1515
egui_extras = { version = "0.30.0", features = ["all_loaders"] }
1616
egui-phosphor = { version = "0.8.0" }

0 commit comments

Comments
 (0)