Skip to content

Commit e33fb13

Browse files
committed
Smithay clipboard for linux
1 parent 88ceba4 commit e33fb13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ log = "0.4"
2828
egui = { version = "0.31", git = "https://github.com/emilk/egui.git", rev = "81b7e7f05a6b03fa2cd5bdc6d4ce5f598e16c628", optional = true }
2929
egui-wgpu = { version = "0.31", git = "https://github.com/emilk/egui.git", rev = "81b7e7f05a6b03fa2cd5bdc6d4ce5f598e16c628", optional = true }
3030
egui-winit = { version = "0.31", git = "https://github.com/emilk/egui.git", rev = "81b7e7f05a6b03fa2cd5bdc6d4ce5f598e16c628", optional = true }
31+
[target.'cfg(target_os = "linux")'.dependencies]
32+
egui-winit = { version = "0.31", git = "https://github.com/emilk/egui.git", rev = "81b7e7f05a6b03fa2cd5bdc6d4ce5f598e16c628", optional = true, features = ["smithay-clipboard"] }
3133
egui_extras = { version = "0.31", git = "https://github.com/emilk/egui.git", rev = "81b7e7f05a6b03fa2cd5bdc6d4ce5f598e16c628", optional = true }
3234
egui_demo_lib = { version = "0.31", git = "https://github.com/emilk/egui.git", rev = "81b7e7f05a6b03fa2cd5bdc6d4ce5f598e16c628", optional = true }
3335

0 commit comments

Comments
 (0)