Skip to content

Commit 335a087

Browse files
authored
enable features wayland and x11 for eframe dev-dependency of puffin_egui (#253)
this should fix cargo test of puffin_egui package ### Checklist * [X] I have read the [Contributor Guide](../CONTRIBUTING.md) * [X] I have read and agree to the [Code of Conduct](../CODE_OF_CONDUCT.md) * [X] I have added a description of my changes and why I'd like them included in the section below ### Description of Changes enable features wayland and x11 for eframe dev-dependency of puffin_egui ### Related Issues CI Workflow Test failed : [Test](https://github.com/EmbarkStudios/puffin/actions/runs/16800793169/job/47581504774)
1 parent d46eff7 commit 335a087

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

puffin_egui/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ eframe = { version = "0.31.0", default-features = false, features = [
4646
"default_fonts",
4747
"glow",
4848
"persistence",
49+
"wayland",
50+
"x11",
4951
] }

0 commit comments

Comments
 (0)