Skip to content

Commit

Permalink
Remove manually added eframe wayland feature
Browse files Browse the repository at this point in the history
It's on by default
  • Loading branch information
dimtpap committed Mar 19, 2024
1 parent 6213011 commit a416867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ categories = ["gui", "multimedia"]
[dependencies]
pipewire = {version = "*", git = "https://gitlab.freedesktop.org/dimtpap/pipewire-rs.git", rev = "605d15996f3258b3e1cc34e445dfbdf16a366c7e"}
egui_node_graph = {version = "*", git = "https://github.com/dimtpap/egui_node_graph.git", rev = "a2e93a2826f90c21f13fa8fecf9076da611432fd"}
eframe = {version = "0.26.2", features = ["wayland"]}
eframe = "0.26.2"
egui = {version = "0.26.2", features = ["rayon"]}
egui_plot = "0.26.2"
egui_dock = "0.11.1"
Expand Down

0 comments on commit a416867

Please sign in to comment.