Commit 110ac55
authored
fix: restore missing x11 default feature (#185)
I wasn't sure if this feature was left out intentionally but realized
that it is actually one of the [default
features](https://github.com/emilk/egui/blob/a2afc8d092a4e3f0b17675b114db8fad08810947/crates/eframe/Cargo.toml#L41)
so created this PR to add it as I suspect it was an oversight rather
than a conscious decision.1 parent 93d7d8a commit 110ac55
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments